public class LanguageRecord extends Object
| Constructor and Description |
|---|
LanguageRecord() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFeatureRequired()
Retrieves the feature required of the language record.
|
int[] |
getFeatures()
Retrieves the features of the language record.
|
String |
getTag()
Retrieves the tag of the language record.
|
void |
setFeatureRequired(int featureRequired)
Sets the feature required of the language record.
|
void |
setFeatures(int[] features)
Sets the features of the language record.
|
void |
setTag(String tag)
Sets the tag of the language record.
|
public String getTag()
public void setTag(String tag)
tag - tag of recordpublic int getFeatureRequired()
public void setFeatureRequired(int featureRequired)
featureRequired - feature requiredpublic int[] getFeatures()
public void setFeatures(int[] features)
features - featuresCopyright © 1998–2025 Apryse Group NV. All rights reserved.