Class LayerType
java.lang.Object
org.apache.xmpbox.type.AbstractField
org.apache.xmpbox.type.AbstractComplexProperty
org.apache.xmpbox.type.AbstractStructuredType
org.apache.xmpbox.type.LayerType
-
Field Summary
FieldsFields inherited from class AbstractStructuredType
STRUCTURE_ARRAY_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet The LayerName dataGet The LayerText datavoidsetLayerName(String image) Set LayerNamevoidsetLayerText(String image) Set LayerTextMethods inherited from class AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefixMethods inherited from class AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removePropertyMethods inherited from class AbstractField
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
-
Field Details
-
LAYER_NAME
- See Also:
-
LAYER_TEXT
- See Also:
-
-
Constructor Details
-
LayerType
-
-
Method Details
-
getLayerName
-
setLayerName
Set LayerName- Parameters:
image- the value of LayerName property to set
-
getLayerText
-
setLayerText
Set LayerText- Parameters:
image- the value of LayerText property to set
-