|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.sdk.xgg.XGGPojo | +--xdoclet.sdk.xtag.migrator.Condition
XML element: <condition/>
. This element exists in the following versions:
Constructor Summary | |
Condition()
Default constructor. |
|
Condition(Condition parent)
Constructor. |
|
Condition(Namespace parent)
Constructor. |
|
Condition(OptionSet parent)
Constructor. |
|
Condition(Parameter parent)
Constructor. |
|
Condition(Tag parent)
Constructor. |
Method Summary | |
void |
addCondition(Condition condition)
XML element: <condition/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..*) |
void |
addConditionParameter(ConditionParameter conditionParameter)
XML element: <condition-parameter/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..*) |
Collection |
getConditionCollection()
|
Collection |
getConditionParameterCollection()
|
String |
getType_Att()
|
void |
setType_Att(String type_Att)
XML attribute: <type> This attribute exists in the following versions: xtags_1_1.dtd The cardinality is (1..1) |
Methods inherited from class xdoclet.sdk.xgg.XGGPojo |
checkValue, checkVersion, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Condition()
public Condition(Namespace parent) throws IllegalStateException
parent
- the parent element
IllegalStateException
- if this constructor is illegal
with the current version.public Condition(OptionSet parent) throws IllegalStateException
parent
- the parent element
IllegalStateException
- if this constructor is illegal
with the current version.public Condition(Tag parent) throws IllegalStateException
parent
- the parent element
IllegalStateException
- if this constructor is illegal
with the current version.public Condition(Parameter parent) throws IllegalStateException
parent
- the parent element
IllegalStateException
- if this constructor is illegal
with the current version.public Condition(Condition parent) throws IllegalStateException
parent
- the parent element
IllegalStateException
- if this constructor is illegal
with the current version.Method Detail |
public final void setType_Att(String type_Att) throws IllegalStateException
XML attribute: <type>
This attribute exists in the following versions:
type_Att
- the java.lang.String to add.
IllegalStateException
- if this method is illegal
with the current version.public final String getType_Att()
public final void addConditionParameter(ConditionParameter conditionParameter) throws IllegalStateException
XML element: <condition-parameter/>
This element exists in the following versions:
conditionParameter
- the ConditionParameter to add.
IllegalStateException
- if this method is illegal
with the current version.public final Collection getConditionParameterCollection()
public final void addCondition(Condition condition) throws IllegalStateException
XML element: <condition/>
This element exists in the following versions:
condition
- the Condition to add.
IllegalStateException
- if this method is illegal
with the current version.public final Collection getConditionCollection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |