Plumtree Tags API  
 

AttributeType Members

AttributeType overview

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.

Public Static Methods

ValidateTypeSafety This helper method is used to ensure that the input supplied is valid for this attribute type.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString Human readable name of the AttributeType.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

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