|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.SimpleAttributeTypeInfo
TpSimpleAttributeTypeInfo is an enumerated type used as a discriminator for the TpSimpleAttributeValue structure.
Field Summary | |
static int |
_BOOLEAN
Attribute type is type TpBoolean. |
static int |
_CHAR
Attribute type is type TpChar. |
static int |
_DOUBLE
Attribute type is type TpDouble. |
static int |
_FIXED
Attribute type is type TpFixed. |
static int |
_FLOAT
Attribute type is type TpFloat. |
static int |
_INT16
Attribute type is type TpInt16. |
static int |
_INT32
Attribute type is type TpInt32. |
static int |
_INT64
Attribute type is type TpInt64 |
static int |
_OCTET
Attribute type is type TpOctet. |
static int |
_STRING
Attribute type is type TpString. |
static int |
_UNSIGNED_INT16
Attribute type is type TpUnsignedInt16. |
static int |
_UNSIGNED_INT32
Attribute type is type TpUnsignedInt32. |
static int |
_UNSIGNED_INT64
Attribute type is type TpUnsignedInt64. |
static int |
_WCHAR
Attribute type is type TpWChar. |
static int |
_WSTRING
Attribute type is type TpWString. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
BOOLEAN
Attribute type is type TpBoolean. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
CHAR
Attribute type is type TpChar. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
DOUBLE
Attribute type is type TpDouble. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
FIXED
Attribute type is type TpFixed. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
FLOAT
Attribute type is type TpFloat. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
INT16
Attribute type is type TpInt16. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
INT32
Attribute type is type TpInt32. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
INT64
Attribute type is type TpInt64 |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
OCTET
Attribute type is type TpOctet. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
STRING
Attribute type is type TpString. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
UNSIGNED_INT16
Attribute type is type TpUnsignedInt16. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
UNSIGNED_INT32
Attribute type is type TpUnsignedInt32. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
UNSIGNED_INT64
Attribute type is type TpUnsignedInt64. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
WCHAR
Attribute type is type TpWChar. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
WSTRING
Attribute type is type TpWString. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
static org.csapi.jr.se.SimpleAttributeTypeInfo |
getObject(int value)
Accepts values in the range of 0 to 14 |
int |
getValue()
Number representing enum type |
java.lang.String |
getValueText()
getValueText method, overrides the getValueText() method in class java.lang.Object |
int |
hashCode()
Returns a hashcode value for the object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int _BOOLEAN
public static final org.csapi.jr.se.SimpleAttributeTypeInfo BOOLEAN
public static final int _OCTET
public static final org.csapi.jr.se.SimpleAttributeTypeInfo OCTET
public static final int _CHAR
public static final org.csapi.jr.se.SimpleAttributeTypeInfo CHAR
public static final int _WCHAR
public static final org.csapi.jr.se.SimpleAttributeTypeInfo WCHAR
public static final int _STRING
public static final org.csapi.jr.se.SimpleAttributeTypeInfo STRING
public static final int _WSTRING
public static final org.csapi.jr.se.SimpleAttributeTypeInfo WSTRING
public static final int _INT16
public static final org.csapi.jr.se.SimpleAttributeTypeInfo INT16
public static final int _UNSIGNED_INT16
public static final org.csapi.jr.se.SimpleAttributeTypeInfo UNSIGNED_INT16
public static final int _INT32
public static final org.csapi.jr.se.SimpleAttributeTypeInfo INT32
public static final int _UNSIGNED_INT32
public static final org.csapi.jr.se.SimpleAttributeTypeInfo UNSIGNED_INT32
public static final int _INT64
public static final org.csapi.jr.se.SimpleAttributeTypeInfo INT64
public static final int _UNSIGNED_INT64
public static final org.csapi.jr.se.SimpleAttributeTypeInfo UNSIGNED_INT64
public static final int _FLOAT
public static final org.csapi.jr.se.SimpleAttributeTypeInfo FLOAT
public static final int _DOUBLE
public static final org.csapi.jr.se.SimpleAttributeTypeInfo DOUBLE
public static final int _FIXED
public static final org.csapi.jr.se.SimpleAttributeTypeInfo FIXED
Method Detail |
public int getValue()
public java.lang.String getValueText()
public static org.csapi.jr.se.SimpleAttributeTypeInfo getObject(int value) throws InvalidEnumValueException
value
- number representing type of object, this is defined within the class
InvalidEnumValueException
- thrown if invalid value is passed into methodpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |