public class PermissibleValue extends Object
| Constructor and Description |
|---|
PermissibleValue() |
| Modifier and Type | Method and Description |
|---|---|
List<Meaning> |
getMeanings()
Get the meanings of this permissable value.
|
String |
getValue()
Get the value from an enumerated list.
|
void |
setMeanings(List<Meaning> meanings)
Set the meanings of this permissable value.
|
void |
setValue(String value)
Set the enumeration value.
|
public final String getValue()
public final void setValue(String value)
value - The value from an enumerated listpublic final List<Meaning> getMeanings()
Copyright © 2022 Samply Community. All rights reserved.