Package | Description |
---|---|
org.apache.xmpbox.schema | |
org.apache.xmpbox.type |
Modifier and Type | Method and Description |
---|---|
protected AbstractSimpleProperty |
XMPSchema.instanciateSimple(java.lang.String propertyName,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
private void |
XMPSchema.setSpecifiedSimpleTypeProperty(AbstractSimpleProperty prop)
Add a SimpleProperty to this schema
|
Modifier and Type | Class and Description |
---|---|
class |
AgentNameType |
class |
BooleanType
Object representation of an Boolean XMP type
|
class |
ChoiceType |
class |
DateType
Object representation of a Date XMP type
|
class |
GPSCoordinateType |
class |
GUIDType |
class |
IntegerType
Object representation of an Integer XMP type
|
class |
LocaleType |
class |
MIMEType |
class |
PartType |
class |
ProperNameType |
class |
RationalType |
class |
RealType
Object representation of a Real XMP type
|
class |
RenditionClassType |
class |
TextType
Object representation of a Text XMP type
|
class |
URIType |
class |
URLType |
class |
XPathType |
Modifier and Type | Method and Description |
---|---|
AbstractSimpleProperty |
TypeMapping.instanciateSimpleField(java.lang.Class<?> clz,
java.lang.String nsuri,
java.lang.String prefix,
java.lang.String propertyName,
java.lang.Object value) |
AbstractSimpleProperty |
TypeMapping.instanciateSimpleProperty(java.lang.String nsuri,
java.lang.String prefix,
java.lang.String name,
java.lang.Object value,
Types type) |