Uses of Class
org.apache.xmpbox.type.BooleanType
Packages that use BooleanType
-
Uses of BooleanType in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return BooleanTypeModifier and TypeMethodDescriptionXMPSchema.getBooleanProperty
(String qualifiedName) Get a BooleanType property with its nameXMPRightsManagementSchema.getMarkedProperty()
Get Marked propertyMethods in org.apache.xmpbox.schema with parameters of type BooleanTypeModifier and TypeMethodDescriptionvoid
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 BooleanTypeModifier and TypeMethodDescriptionTypeMapping.createBoolean
(String namespaceURI, String prefix, String propertyName, boolean value)