public interface ActionFieldDescription
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of the field.
|
java.lang.String |
getType()
Get the type of the field.
|
java.lang.Object |
getValue()
Get the value of the field.
|
boolean |
isMulti()
Get whether the field can support multiple values.
|
boolean |
isOptional()
Get whether the field is optional or not.
|
java.lang.String getName()
java.lang.String getType()
java.lang.Object getValue()
boolean isOptional()
boolean isMulti()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"