Plumtree Portal UI  
 

AttributeType Fields

The fields of the AttributeType class are listed below. For a complete list of AttributeType class members, see the AttributeType Members topic.

Public Static Fields

BOOLEAN boolean Valid input for this type is a string that contains the value of "true", "True", "false", "False", "1", or "0".
CHAR char Valid input for this type is a string that contains a single character. E.G. "c", "q".
DOUBLE double Valid input for this type is a string representation of double-precision floating point number. This conversion always uses the default locale representation of the server ("." for decimal point, et cetera). E.G. "4.2", "37", "987.45".
INT int Valid input for this type is a string representation of a 32-bit signed integer. E.G. "7", "42".
LONG long Valid input for this type is a string representation of a 64-bit signed integer (I.E. a long). E.G. "-5465", "12".
STRING String Valid input for this type is any string.

See Also

AttributeType Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace | XPConvert