Uses of Class
org.apache.xmpbox.type.BooleanType
-
Packages that use BooleanType Package Description org.apache.xmpbox.schema org.apache.xmpbox.type -
-
Uses of BooleanType in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return BooleanType Modifier and Type Method Description BooleanType
XMPSchema. getBooleanProperty(java.lang.String qualifiedName)
Get a BooleanType property with its nameBooleanType
XMPRightsManagementSchema. getMarkedProperty()
Get Marked propertyMethods in org.apache.xmpbox.schema with parameters of type BooleanType Modifier and Type Method Description void
XMPSchema. setBooleanProperty(BooleanType bool)
Set a BooleanType propertyvoid
XMPRightsManagementSchema. setMarkedProperty(BooleanType marked)
Set Marked property -
Uses of BooleanType in org.apache.xmpbox.type
Methods in org.apache.xmpbox.type that return BooleanType Modifier and Type Method Description BooleanType
TypeMapping. createBoolean(java.lang.String namespaceURI, java.lang.String prefix, java.lang.String propertyName, boolean value)
-