Class ElementInfo

java.lang.Object
org.loboevolution.info.ElementInfo

public class ElementInfo extends Object

ElementInfo class.

  • Field Details

    • END_ELEMENT_FORBIDDEN

      public static final int END_ELEMENT_FORBIDDEN
      Constant END_ELEMENT_FORBIDDEN=0
      See Also:
    • END_ELEMENT_OPTIONAL

      public static final int END_ELEMENT_OPTIONAL
      Constant END_ELEMENT_OPTIONAL=1
      See Also:
    • END_ELEMENT_REQUIRED

      public static final int END_ELEMENT_REQUIRED
      Constant END_ELEMENT_REQUIRED=2
      See Also:
  • Constructor Details

    • ElementInfo

      public ElementInfo()