ApiXmlElement enum
Utility enum to get the XML element names for the API avoiding typos.
Values
- abbreviation → const ApiXmlElement
-
const ApiXmlElement("abbreviation")
- abbreviationInfo → const ApiXmlElement
-
const ApiXmlElement("abbreviation_info")
- allomorph → const ApiXmlElement
-
const ApiXmlElement("allomorph")
- categoryInfo → const ApiXmlElement
-
const ApiXmlElement("category_info")
- channel → const ApiXmlElement
-
const ApiXmlElement("channel")
- conjuInfo → const ApiXmlElement
-
const ApiXmlElement("conju_info")
- conjugationInfo → const ApiXmlElement
-
const ApiXmlElement("conjugation_info")
- conjugation → const ApiXmlElement
-
const ApiXmlElement("conjugation")
- definition → const ApiXmlElement
-
const ApiXmlElement("definition")
- derInfo → const ApiXmlElement
-
const ApiXmlElement("der_info")
- example → const ApiXmlElement
-
const ApiXmlElement("example")
- exampleInfo → const ApiXmlElement
-
const ApiXmlElement("example_info")
- item → const ApiXmlElement
-
const ApiXmlElement("item")
- lable → const ApiXmlElement
-
const ApiXmlElement("lable")
- languageType → const ApiXmlElement
-
const ApiXmlElement("language_type")
- link → const ApiXmlElement
-
const ApiXmlElement("link")
- linkTargetCode → const ApiXmlElement
-
const ApiXmlElement("link_target_code")
- linkType → const ApiXmlElement
-
const ApiXmlElement("link_type")
- order → const ApiXmlElement
-
const ApiXmlElement("order")
- origin → const ApiXmlElement
-
const ApiXmlElement("origin")
- originalLanguage → const ApiXmlElement
-
const ApiXmlElement("original_language")
- originalLanguageInfo → const ApiXmlElement
-
const ApiXmlElement("original_language_info")
- pattern → const ApiXmlElement
-
const ApiXmlElement("pattern")
- patternInfo → const ApiXmlElement
-
const ApiXmlElement("pattern_info")
- pos → const ApiXmlElement
-
const ApiXmlElement("pos")
- pronunciation → const ApiXmlElement
-
const ApiXmlElement("pronunciation")
- pronunciationInfo → const ApiXmlElement
-
const ApiXmlElement("pronunciation_info")
- reference → const ApiXmlElement
-
const ApiXmlElement("reference")
-
const ApiXmlElement("related_info")
- refInfo → const ApiXmlElement
-
const ApiXmlElement("ref_info")
- sense → const ApiXmlElement
-
const ApiXmlElement("sense")
- senseInfo → const ApiXmlElement
-
const ApiXmlElement("sense_info")
- senseOrder → const ApiXmlElement
-
const ApiXmlElement("sense_order")
- subsenseInfo → const ApiXmlElement
-
const ApiXmlElement("subsense_info")
- subword → const ApiXmlElement
-
const ApiXmlElement("subword")
- subwordInfo → const ApiXmlElement
-
const ApiXmlElement("subword_info")
- subwordUnit → const ApiXmlElement
-
const ApiXmlElement("subword_unit")
- supNo → const ApiXmlElement
-
const ApiXmlElement("sup_no")
- targetCode → const ApiXmlElement
-
const ApiXmlElement("target_code")
- transDfn → const ApiXmlElement
-
const ApiXmlElement("trans_dfn")
- transLang → const ApiXmlElement
-
const ApiXmlElement("trans_lang")
- translation → const ApiXmlElement
-
const ApiXmlElement("translation")
- translations → const ApiXmlElement
-
const ApiXmlElement("translations")
- transWord → const ApiXmlElement
-
const ApiXmlElement("trans_word")
- type → const ApiXmlElement
-
const ApiXmlElement("type")
- word → const ApiXmlElement
-
const ApiXmlElement("word")
- wordGrade → const ApiXmlElement
-
const ApiXmlElement("word_grade")
- wordInfo → const ApiXmlElement
-
const ApiXmlElement("word_info")
- wordType → const ApiXmlElement
-
const ApiXmlElement("word_type")
- wordUnit → const ApiXmlElement
-
const ApiXmlElement("word_unit")
- writtenForm → const ApiXmlElement
-
const ApiXmlElement("written_form")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ApiXmlElement> - A constant List of the values in this enum, in order of their declaration.