public class MLText extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
MLText.ML |
Modifier and Type | Field and Description |
---|---|
static MLText.ML |
EN |
static MLText.ML |
JA |
static MLText.ML |
Primary |
static MLText.ML |
Secondary |
Constructor and Description |
---|
MLText()
空の文字列
|
MLText(CharSequence ja) |
MLText(CharSequence ja,
CharSequence en) |
MLText(MLText... mlts)
文字列を連結して,MLTextを生成する.
MLTextが持つ文字列が
null の場合には,言語の代替を行わない.
空の文字列の場合には,言語の代替を行う. |
Modifier and Type | Method and Description |
---|---|
String |
get() |
String |
get(MLText.ML lang) |
static MLText |
getHumanReadableName(MLText.ML lang) |
static MLText.ML |
getPrimaryLanguage() |
boolean |
isEquivalent(MLText.ML l1,
MLText.ML l2) |
boolean |
isMonolingual() |
boolean |
isValid() |
static void |
setPrimaryLanguage(MLText.ML lang) |
String |
toString() |
public static MLText.ML JA
public static MLText.ML EN
public static MLText.ML Primary
public static MLText.ML Secondary
public MLText()
public MLText(CharSequence ja, CharSequence en)
public MLText(CharSequence ja)
public MLText(MLText... mlts)
null
の場合には,言語の代替を行わない.
空の文字列の場合には,言語の代替を行う.mlts
- MLTextの列.EDB Working Group at Tue Jun 10 17:08:59 JST 2025