|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsi.DEXi.Attribute
Attribute class
Constructor Summary | |
Attribute(org.w3c.dom.Element element)
Constructor with element parameter |
Method Summary | |
protected void |
calculateValue()
Calculate value |
protected void |
checkCompleteness()
Check completeness |
protected void |
checkExplicitness()
Check explicitness |
Value |
evaluate(VariableList variableList)
Evaluate |
java.lang.Boolean |
getCompleteness()
Get completeness |
java.lang.String |
getDescription()
Get description |
java.lang.Boolean |
getExplicitness()
Get explicitness |
java.lang.String |
getName()
Get name |
java.lang.Integer |
getSize()
Get size |
Value |
getValue()
Get value |
void |
print(java.io.OutputStream stream)
Print object values to OutputStream |
protected void |
setCompleteness(java.lang.Boolean aCompleteness)
Set completeness value |
protected void |
setDescription(java.lang.String aDescription)
Set description value |
protected void |
setExplicitness(java.lang.Boolean aExplicitness)
Set explicitness value |
protected void |
setName(java.lang.String aName)
Set name value |
protected void |
setValue(Value aValue)
Set value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Attribute(org.w3c.dom.Element element)
element
- XML object parameterMethod Detail |
protected void checkCompleteness()
protected void checkExplicitness()
public Value evaluate(VariableList variableList)
variableList
- VariableList object parameter
public java.lang.Boolean getCompleteness()
public java.lang.String getDescription()
public java.lang.Boolean getExplicitness()
public java.lang.String getName()
public java.lang.Integer getSize()
public Value getValue()
protected void calculateValue()
protected void setDescription(java.lang.String aDescription)
aDescription
- String object parameterprotected void setExplicitness(java.lang.Boolean aExplicitness)
aExplicitness
- Boolean object parameterprotected void setName(java.lang.String aName)
aName
- String object parameterprotected void setValue(Value aValue)
aValue
- Value object parameterprotected void setCompleteness(java.lang.Boolean aCompleteness)
aCompleteness
- Boolean object parameterpublic void print(java.io.OutputStream stream) throws java.io.IOException
stream
- OutputStream object parameter
java.io.IOException
- Throws exception if stream cannot write
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |