Interface SimpleType

  • All Superinterfaces:
    PropertyType, Serializable

    public interface SimpleType
    extends PropertyType
    Describes a simple XMP type. All simple types are based on five basic types:
    • Text
    • Integer
    • Real
    • Boolean
    • Date
    Additionally, a rule can be added to contrain a simple property, typically a regular expression for Text or an algebraic expression for Integer, e.g. the MIMEType or Rating property.