Uses of Class
org.faceless.pdf2.XMP.Type
-
Packages that use XMP.Type Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of XMP.Type in org.faceless.pdf2
Fields in org.faceless.pdf2 declared as XMP.Type Modifier and Type Field Description static XMP.Type
XMP.Type. UNDEF
The fallback type used when the element type is unknownMethods in org.faceless.pdf2 that return XMP.Type Modifier and Type Method Description static XMP.Type
XMP.Type. altOf(XMP.Type type)
Return a new Type that is an "Alt" of the supplied Type.static XMP.Type
XMP.Type. bagOf(XMP.Type type)
Return a new Type that is a "Bag" of the supplied Type.static XMP.Type
XMP.Type. choiceOf(Integer... values)
Return a new Type that is a "Closed Choice" of the specified integer values.static XMP.Type
XMP.Type. choiceOf(String... values)
Return a new Type that is a "Closed Choice" of the specified Text values.XMP.Type
XMP.Type. getComponentType()
For Types that are Lists of other types, return the Type of the collection.XMP.Type
XMP.Property. getOwnerType()
XMP.Type
XMP. getType(String name)
Return the specified Type, if it's known to the XMP, or null otherwise.XMP.Type
XMP.Property. getType()
Return the Type of the propertyXMP.Type
XMP.Value. getType()
Return the Type of this Value.XMP.Type
XMP.Schema. newType(String name, String description)
Create a new Type on this Schema.static XMP.Type
XMP.Type. seqOf(XMP.Type type)
Return a new Type that is a "Seq" of the supplied Type.Methods in org.faceless.pdf2 that return types with arguments of type XMP.Type Modifier and Type Method Description Map<String,XMP.Type>
XMP.Schema. getTypes()
Return a read-only collection of the Types defined in this Schema.Methods in org.faceless.pdf2 with parameters of type XMP.Type Modifier and Type Method Description static XMP.Type
XMP.Type. altOf(XMP.Type type)
Return a new Type that is an "Alt" of the supplied Type.static XMP.Type
XMP.Type. bagOf(XMP.Type type)
Return a new Type that is a "Bag" of the supplied Type.int
XMP.Type. compareTo(XMP.Type type)
XMP.Property
XMP.Type. newField(String name, XMP.Type type, String description)
Add a field to this type.XMP.Property
XMP.Schema. newProperty(String name, XMP.Type type, String description, boolean external)
Create a new property on this Schema.XMP.Property
XMP.Schema. newQualifierProperty(String name, XMP.Type type, String description, boolean external)
Create a new qualifier property on this Schema.static XMP.Type
XMP.Type. seqOf(XMP.Type type)
Return a new Type that is a "Seq" of the supplied Type.
-