@ProviderType public interface HApiProperty
HApiType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the description of this property
|
java.lang.Boolean |
getMultiple()
Whether this property is a multiple value
|
java.lang.String |
getName()
Get the name of this property
|
HApiType |
getType()
Get the type of this property
|
void |
setDescription(java.lang.String description)
Set the description of this property
|
void |
setMultiple(java.lang.Boolean multiple)
Set the boolean value for multiple
|
void |
setName(java.lang.String name)
Set the name of this property
|
void |
setType(HApiType type)
Set the type of this property
|
java.lang.String getName()
void setName(java.lang.String name)
name
- java.lang.String getDescription()
void setDescription(java.lang.String description)
HApiType getType()
void setType(HApiType type)
java.lang.Boolean getMultiple()
void setMultiple(java.lang.Boolean multiple)
multiple
- Copyright © 2010 - 2020 Adobe. All Rights Reserved