@ProviderType public interface VariableTemplate
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAdditionalProperties()
Returns
Map of additional properties of the variable set during authoring. |
java.lang.Object |
getDefaultValue()
Returns the default value of the variable
|
java.lang.String |
getDescription()
Returns the variable's description
|
java.lang.String |
getName()
Returns the name of the variable.
|
java.lang.String |
getSubType()
Returns the subType of the variable.
|
java.lang.String |
getType()
Returns the type of the variable.
|
void |
setDefaultValue(java.lang.Object defaultValue)
Sets the default value of the variable.
|
void |
setDescription(java.lang.String description)
Sets the variable's description
|
void |
setName(java.lang.String name)
Sets the name of the variable.
|
void |
setSubType(java.lang.String subType)
Sets the subType of the variable.
|
void |
setType(java.lang.String type)
Sets the type of the variable.
|
java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- java.lang.String getType()
void setType(java.lang.String type)
type
- in java fqn formatjava.lang.String getName()
void setName(java.lang.String name)
name
- java.lang.String getSubType()
void setSubType(java.lang.String subType)
subType
- void setDefaultValue(java.lang.Object defaultValue)
defaultValue
- java.lang.Object getDefaultValue()
java.util.Map<java.lang.String,java.lang.String> getAdditionalProperties()
Map
of additional properties of the variable set during authoring.Copyright © 2010 - 2020 Adobe. All Rights Reserved