Uses of Class
org.apache.xmpbox.type.AbstractSimpleProperty
-
Packages that use AbstractSimpleProperty Package Description org.apache.xmpbox.schema org.apache.xmpbox.type -
-
Uses of AbstractSimpleProperty in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return AbstractSimpleProperty Modifier and Type Method Description protected AbstractSimplePropertyXMPSchema. instanciateSimple(java.lang.String propertyName, java.lang.Object value)Methods in org.apache.xmpbox.schema with parameters of type AbstractSimpleProperty Modifier and Type Method Description private voidXMPSchema. setSpecifiedSimpleTypeProperty(AbstractSimpleProperty prop)Add a SimpleProperty to this schema -
Uses of AbstractSimpleProperty in org.apache.xmpbox.type
Subclasses of AbstractSimpleProperty in org.apache.xmpbox.type Modifier and Type Class Description classAgentNameTypeclassBooleanTypeObject representation of an Boolean XMP typeclassChoiceTypeclassDateTypeObject representation of a Date XMP typeclassGPSCoordinateTypeclassGUIDTypeclassIntegerTypeObject representation of an Integer XMP typeclassLocaleTypeclassMIMETypeclassPartTypeclassProperNameTypeclassRationalTypeclassRealTypeObject representation of a Real XMP typeclassRenditionClassTypeclassTextTypeObject representation of a Text XMP typeclassURITypeclassURLTypeclassXPathTypeMethods in org.apache.xmpbox.type that return AbstractSimpleProperty Modifier and Type Method Description AbstractSimplePropertyTypeMapping. instanciateSimpleField(java.lang.Class<?> clz, java.lang.String nsuri, java.lang.String prefix, java.lang.String propertyName, java.lang.Object value)AbstractSimplePropertyTypeMapping. instanciateSimpleProperty(java.lang.String nsuri, java.lang.String prefix, java.lang.String name, java.lang.Object value, Types type)
-