Name | Type | Description |
---|---|---|
objectValue | Object | Returns the object value for this representation |
stringValue | String | Returns the string value for this representation |
type | String | Returns the type represneted |
Name | Returns |
---|---|
StringRepresentation(Object repOrType, Object stringValue) | constructor |
toParam() | String |
Method | Returns |
---|---|
Server.toStringRepresentation(Object object) | StringRepresentation |
Method | Returns |
---|---|
Server.fromStringRepresentation(StringRepresentation rep) | Object |