public class ValueListValueMetadata extends Object implements Serializable
Constructor and Description |
---|
ValueListValueMetadata(String id,
String value,
boolean isDefault,
int ordering)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId()
Gets the id of the value list metadata from which this value is defined.
|
int |
getOrdering()
Gets the integer value that represents the display order of the attribute value.
|
String |
getValue()
Gets the value in the value list.
|
int |
hashCode() |
boolean |
isDefault()
Gets whether the value is the default in the value list.
|
String |
toString() |
public ValueListValueMetadata(String id, String value, boolean isDefault, int ordering)
id
- The id of the value list metadata from which this value is defined.value
- The value in the value list.isDefault
- Whether the value is the default in the value list.ordering
- The integer value that represents the display order of the attribute value.public String getId()
public String getValue()
public int getOrdering()
public boolean isDefault()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>