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 longgetElemValidityStatus()JDFElement.EnumVersiongetFirstVersion()get the first jdf version where an attrinute of this type is validJDFElement.EnumVersiongetLastVersion()get the last jdf version where an element of this type is validjava.lang.StringtoString()
-
-
-
Method Detail
-
getElemValidityStatus
public long getElemValidityStatus()
- 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 attrinute of this type is valid- Returns:
-
getLastVersion
public JDFElement.EnumVersion getLastVersion()
get the last jdf version where an element of this type is valid- Returns:
-
-