Package com.adobe.xmp.schema.model
Interface SimpleType
- All Superinterfaces:
PropertyType,Serializable
Describes a simple XMP type.
All simple types are based on five basic types:
- Text
- Integer
- Real
- Boolean
- Date
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnum of all five basic XMP simple types -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionOne of the basic types "Boolean", "Date", "Integer", "Real" or "Text".Methods inherited from interface com.adobe.xmp.schema.model.PropertyType
accept, getDescription, getLabel, getName, getRule, setDescription, setLabel, setName, setRule
-
Field Details
-
TYPE_BOOLEAN
Name of Boolean- See Also:
-
TYPE_DATE
Name of Date- See Also:
-
TYPE_INTEGER
Name of Integer- See Also:
-
TYPE_REAL
Name of Real- See Also:
-
TYPE_TEXT
Name of Text- See Also:
-
-
Method Details
-
getBasicType
SimpleType.BasicType getBasicType()One of the basic types "Boolean", "Date", "Integer", "Real" or "Text".- Returns:
- Returns the simple type this type is inherited from.
-
getInherited
SimpleType getInherited()- Returns:
- Returns the inherited simple type. If it is a basic type,
nullis returned
-