public class Meaning extends Object
PermissibleValue| Constructor and Description |
|---|
Meaning() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinition()
Get the definition of this meaning.
|
String |
getDesignation()
Get the designation of this meaning.
|
String |
getLanguage()
Get the language of this meaning.
|
void |
setDefinition(String definition)
Set the definition of this meaning.
|
void |
setDesignation(String designation)
Set the designation of this meaning.
|
void |
setLanguage(String language)
Set the language of this meaning.
|
public final String getLanguage()
public final void setLanguage(String language)
language - The language of the meaningpublic final String getDesignation()
public final void setDesignation(String designation)
designation - The designation of the meaningpublic final String getDefinition()
public final void setDefinition(String definition)
definition - The definition of the meaningCopyright © 2022 Samply Community. All rights reserved.