|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.rule.init.AbstractAlgoValue
wt.rule.init.Value
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private AlgoValue |
parent
|
private static String |
RESOURCE
|
Fields inherited from class wt.rule.init.AbstractAlgoValue |
algorithm, args |
Fields inherited from interface wt.rule.init.AlgoValue |
ALGORITHM, ARGS |
Constructor Summary | |
Value(AlgoValue parent,
String algorithm)
Create a new value using the specified parameters. |
Method Summary | |
Value |
copyTo(AlgoValue copyParent)
Copy this Value to another AlgoValue specification. |
String |
getObjType()
Return the objType that this value belongs to. |
(package private) AlgoValue |
getParent()
Gets the value of the attribute: parent; the parent specification of this value Supported API: false |
(package private) void |
setParent(AlgoValue a_Parent)
Sets the value of the attribute: parent; the parent specification of this value Supported API: false |
void |
writeXML(Writer writer)
Write the XML for this specification to the specified Writer . |
Methods inherited from class wt.rule.init.AbstractAlgoValue |
addArg, addArg, addArg, copyArgsTo, equals, equals, getAlgorithm, getArg, getArgs, removeArg, setArg, toString, writeArgs |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private AlgoValue parent
Constructor Detail |
public Value(AlgoValue parent, String algorithm)
parent
- the specification that this value belongs toalgorithm
- the algorithm that is used to compute the attribute's valueMethod Detail |
AlgoValue getParent()
void setParent(AlgoValue a_Parent)
a_Parent
- public String getObjType()
objType
that this value belongs to.
getObjType
in interface InitRuleElem
public Value copyTo(AlgoValue copyParent)
Value
to another AlgoValue
specification.
Return the newly created copy.
copyParent
- the parent to copy to
public void writeXML(Writer writer) throws IOException
Writer
.
writeXML
in interface InitRuleElem
writer
-
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |