public class LayerType extends AbstractStructuredType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LAYER_NAME |
static java.lang.String |
LAYER_TEXT |
STRUCTURE_ARRAY_NAME
Constructor and Description |
---|
LayerType(XMPMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLayerName()
Get The LayerName data
|
java.lang.String |
getLayerText()
Get The LayerText data
|
void |
setLayerName(java.lang.String image)
Set LayerName
|
void |
setLayerText(java.lang.String image)
Set LayerText
|
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
public static final java.lang.String LAYER_NAME
public static final java.lang.String LAYER_TEXT
public LayerType(XMPMetadata metadata)
public java.lang.String getLayerName()
public void setLayerName(java.lang.String image)
image
- the value of LayerName property to setpublic java.lang.String getLayerText()
public void setLayerText(java.lang.String image)
image
- the value of LayerText property to set