Package org.apache.xmpbox.type
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 org.apache.xmpbox.type.AbstractStructuredType
STRUCTURE_ARRAY_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet The LayerName dataGet The LayerText datavoid
setLayerName
(String image) Set LayerNamevoid
setLayerText
(String image) Set LayerTextMethods inherited from class org.apache.xmpbox.type.AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
Methods inherited from class org.apache.xmpbox.type.AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
Methods inherited from class org.apache.xmpbox.type.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
Get The LayerName data- Returns:
- the LayerName
-
setLayerName
Set LayerName- Parameters:
image
- the value of LayerName property to set
-
getLayerText
Get The LayerText data- Returns:
- the LayerText
-
setLayerText
Set LayerText- Parameters:
image
- the value of LayerText property to set
-