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 AbstractSimpleProperty
XMPSchema. 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 void
XMPSchema. 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 class
AgentNameType
class
BooleanType
Object representation of an Boolean XMP typeclass
ChoiceType
class
DateType
Object representation of a Date XMP typeclass
GPSCoordinateType
class
GUIDType
class
IntegerType
Object representation of an Integer XMP typeclass
LocaleType
class
MIMEType
class
PartType
class
ProperNameType
class
RationalType
class
RealType
Object representation of a Real XMP typeclass
RenditionClassType
class
TextType
Object representation of a Text XMP typeclass
URIType
class
URLType
class
XPathType
Methods in org.apache.xmpbox.type that return AbstractSimpleProperty Modifier and Type Method 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)
-