public class TLcdGDFAttributeType
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeTypeCode()
Returns the 2-character type code of this attribute type.
|
TLcdGDFDataType |
getDataType()
Returns the
TLcdGDFDataType that describes the type of data stored in this
attribute. |
java.lang.Object |
getDefaultValue()
Returns the default value for this attribute.
|
java.lang.String |
getDescription()
Returns a textual description of this attribute.
|
long |
getMaxValue()
Returns the maximum value allowed for this attribute.
|
long |
getMinValue()
Returns the minimum value allowed for this attribute.
|
java.lang.Class |
getRepresentationClass()
Returns the
Class by which the data are represented. |
TLcdGDFDataUnit |
getUnit()
Returns the
TLcdGDFDataUnit that describes the unit in which the value of this
attribute is expressed. |
int |
getUnitExponent()
Returns the
10LOG of the factor with which the data values have to be multiplied
to obtain the data unit as specified in the getUnit() method. |
java.lang.String |
toString()
Returns a general description of this attribute type.
|
public java.lang.String getAttributeTypeCode()
public TLcdGDFDataType getDataType()
TLcdGDFDataType
that describes the type of data stored in this
attribute.TLcdGDFDataType
that describes the type of data stored in this
attribute.public TLcdGDFDataUnit getUnit()
TLcdGDFDataUnit
that describes the unit in which the value of this
attribute is expressed.TLcdGDFDataUnit
that describes the unit in which the value of this
attribute is expressed.public int getUnitExponent()
10LOG
of the factor with which the data values have to be multiplied
to obtain the data unit as specified in the getUnit()
method.10LOG
of the factor with which the data values have to be multiplied
to obtain the data unit as specified in the getUnit()
method.public long getMinValue()
public long getMaxValue()
public java.lang.Object getDefaultValue()
public java.lang.Class getRepresentationClass()
Class
by which the data are represented.Class
by which the data are represented.public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object