public class Attribute extends Object
Constructor and Description |
---|
Attribute() |
Modifier and Type | Method and Description |
---|---|
Attribute |
addValues(Object... values) |
String |
getFriendlyName() |
String |
getName() |
AttributeNameFormat |
getNameFormat() |
List<Object> |
getValues() |
boolean |
isRequired() |
Attribute |
setFriendlyName(String friendlyName) |
Attribute |
setName(String name) |
Attribute |
setNameFormat(AttributeNameFormat nameFormat) |
Attribute |
setRequired(boolean required) |
Attribute |
setValues(List<Object> values) |
public String getName()
public AttributeNameFormat getNameFormat()
public Attribute setNameFormat(AttributeNameFormat nameFormat)
public String getFriendlyName()
public boolean isRequired()
public Attribute setRequired(boolean required)