Package org.cip4.jdflib.core
Class ElemInfo
- java.lang.Object
-
- org.cip4.jdflib.core.ElemInfo
-
public class ElemInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ElemInfo(long s)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JDFElement.EnumVersiongetFirstVersion()get the first jdf version where an attribute of this type is validJDFElement.EnumVersiongetLastVersion()get the last jdf version where an element of this type is validlonggetValidityStatus()java.lang.StringtoString()
-
-
-
Field Detail
-
MAXLOOP
protected static final int MAXLOOP
- See Also:
- Constant Field Values
-
validity
protected final long validity
-
-
Method Detail
-
getValidityStatus
public long getValidityStatus()
- Returns:
- Returns the elemValidityStatus.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- Returns:
- See Also:
Object.toString()
-
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:
-
-