@ProviderType 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.
|
@Nonnull java.lang.String getName()
@CheckForNull java.lang.String getType()
@CheckForNull java.lang.Object getValue()
boolean isOptional()
boolean isMulti()
Copyright © 2010 - 2020 Adobe. All Rights Reserved