Package org.loboevolution.info
Class ElementInfo
java.lang.Object
org.loboevolution.info.ElementInfo
ElementInfo class.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant END_ELEMENT_FORBIDDEN=0static final int
Constant END_ELEMENT_OPTIONAL=1static final int
Constant END_ELEMENT_REQUIRED=2 -
Constructor Summary
-
Method Summary
-
Field Details
-
END_ELEMENT_FORBIDDEN
public static final int END_ELEMENT_FORBIDDENConstant END_ELEMENT_FORBIDDEN=0- See Also:
-
END_ELEMENT_OPTIONAL
public static final int END_ELEMENT_OPTIONALConstant END_ELEMENT_OPTIONAL=1- See Also:
-
END_ELEMENT_REQUIRED
public static final int END_ELEMENT_REQUIREDConstant END_ELEMENT_REQUIRED=2- See Also:
-
-
Constructor Details
-
ElementInfo
public ElementInfo()
-