Search

vRO intrinsic class StringRepresentation

Used to convert any 'Seriallizable' object in a String representation that can be stored.

Attributes

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

Methods

Name Returns
StringRepresentation(Object repOrType, Object stringValue) constructor
toParam() String

Returned by

Method Returns
Server.toStringRepresentation(Object object) StringRepresentation

Referenced in

Method Returns
Server.fromStringRepresentation(StringRepresentation rep) Object