public class ControlAttributeDefinition
extends java.lang.Object
Constructor and Description |
---|
ControlAttributeDefinition(java.lang.String name,
java.lang.String type,
java.lang.String desc,
boolean required) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the description of the control attribute.
|
java.lang.String |
getName()
Get the control attribute name.
|
java.lang.String |
getType()
Get the data type of the control attribute.
|
boolean |
isRequired()
Check if the control attribute is required.
|
public ControlAttributeDefinition(java.lang.String name, java.lang.String type, java.lang.String desc, boolean required)
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getType()
public boolean isRequired()