
Public Member Functions | |
| ERMetadataEntry (int type, String name, Object value, Class dataType) | |
| Class | getDataType () |
| int | getIntValue (boolean firstWord) |
| String | getName () |
| String | getStringValue () |
| int | getType () |
| Object | getValue () |
| boolean | isValid () |
| String | toString () |
Static Public Member Functions | |
| static boolean | isValid (ERMetadataEntry entry) |
Private Attributes | |
| Class | _dataType |
| String | _name |
| int | _type |
| Object | _value |
| ERMetadataEntry | ( | int | type, | |
| String | name, | |||
| Object | value, | |||
| Class | dataType | |||
| ) |
Constructs a new ERMetadataEntry.
| type | the directory-specific identifier for the entry | |
| name | the directory-specific name of the entry | |
| value | the value of the entry | |
| dataType | the dataType of the entry |
| Class getDataType | ( | ) |
Returns the data type of the entry.
| int getIntValue | ( | boolean | firstWord | ) |
Returns the int value of the entry.
| firstWord | if true, only the first word is converted to an int |
| String getName | ( | ) |
Returns the directory-specific name for the entry.
| String getStringValue | ( | ) |
Returns the string value of the entry.
| int getType | ( | ) |
Returns the directory-specific identifier for the entry.
| Object getValue | ( | ) |
Returns the value of the entry.
| static boolean isValid | ( | ERMetadataEntry | entry | ) | [static] |
| boolean isValid | ( | ) |
| String toString | ( | ) |
Class _dataType [private] |
int _type [private] |
Object _value [private] |
1.5.8