Package org.apache.xmpbox.type
Class AgentNameType
java.lang.Object
org.apache.xmpbox.type.AbstractField
org.apache.xmpbox.type.AbstractSimpleProperty
org.apache.xmpbox.type.TextType
org.apache.xmpbox.type.AgentNameType
-
Constructor Summary
ConstructorsConstructorDescriptionAgentNameType
(XMPMetadata metadata, String namespaceURI, String prefix, String propertyName, Object value) -
Method Summary
Methods inherited from class org.apache.xmpbox.type.TextType
getStringValue, getValue, setValue
Methods inherited from class org.apache.xmpbox.type.AbstractSimpleProperty
getNamespace, getPrefix, getRawValue, toString
Methods inherited from class org.apache.xmpbox.type.AbstractField
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
-
Constructor Details
-
AgentNameType
public AgentNameType(XMPMetadata metadata, String namespaceURI, String prefix, String propertyName, Object value)
-