Class ElemInfo

java.lang.Object
org.cip4.jdflib.core.ElemInfo

public class ElemInfo extends Object
  • Field Details

    • MAXLOOP

      protected static final int MAXLOOP
      See Also:
    • validity

      protected final long validity
  • Constructor Details

    • ElemInfo

      public ElemInfo(long s)
      Constructor
      Parameters:
      s -
  • Method Details

    • getValidityStatus

      public long getValidityStatus()
      Returns:
      Returns the elemValidityStatus.
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      See Also:
    • getFirstVersion

      public JDFElement.EnumVersion getFirstVersion()
      get the first jdf version where an attribute of this type is valid
      Returns:
      the first valid version
    • getLastVersion

      public JDFElement.EnumVersion getLastVersion()
      get the last jdf version where an element of this type is valid
      Returns: