The fields of the AttributeType class are listed below. For a complete list of AttributeType class members, see the AttributeType Members topic.
![]() ![]() | boolean Valid input for this type is a string that contains the value of "true", "True", "false", "False", "1", or "0". |
![]() ![]() | char Valid input for this type is a string that contains a single character. E.G. "c", "q". |
![]() ![]() | 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 Valid input for this type is a string representation of a 32-bit signed integer. E.G. "7", "42". |
![]() ![]() | 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 Valid input for this type is any string. |
AttributeType Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace | XPConvert