public interface IDescribePathAssistantField
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiName()
element : apiName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getReadOnly()
element : readOnly of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getRequired()
element : required of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isReadOnly() |
boolean |
isRequired() |
void |
setApiName(java.lang.String apiName) |
void |
setLabel(java.lang.String label) |
void |
setReadOnly(boolean readOnly) |
void |
setRequired(boolean required) |
java.lang.String getApiName()
void setApiName(java.lang.String apiName)
java.lang.String getLabel()
void setLabel(java.lang.String label)
boolean getReadOnly()
boolean isReadOnly()
void setReadOnly(boolean readOnly)
boolean getRequired()
boolean isRequired()
void setRequired(boolean required)
Copyright © 2020. All Rights Reserved.