public class EnumValue extends Object
Constructor and Description |
---|
EnumValue() |
EnumValue(String value) |
EnumValue(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getComments()
Set comments for this enum value.
|
String |
getJavadoc() |
String |
getJavadoc(String prepend) |
String |
getLabel()
The base label for this enum value.
|
List<Label> |
getLabels()
The labels for this enum value.
|
String |
getName()
The enum constant that defines an instance of the enum type.
|
String |
getValue()
The value really stored in the database.
|
boolean |
hasName() |
boolean |
hasValue() |
void |
setComments(List<String> comments) |
void |
setLabel(String label) |
void |
setLabels(List<Label> labels) |
void |
setName(String name) |
void |
setValue(String value) |
public EnumValue()
public EnumValue(String value)
public String getName()
public boolean hasName()
public String getValue()
public boolean hasValue()
public String getLabel()
public String getJavadoc()
public List<Label> getLabels()
public void setName(String name)
public void setValue(String value)
public void setLabel(String label)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.