Uses of Interface
com.oceaninformatics.characterMapping.CharDocument.Char
-
Packages that use CharDocument.Char Package Description com.oceaninformatics.characterMapping com.oceaninformatics.characterMapping.impl -
-
Uses of CharDocument.Char in com.oceaninformatics.characterMapping
Methods in com.oceaninformatics.characterMapping that return CharDocument.Char Modifier and Type Method Description CharDocument.CharCharDocument. addNewChar()Appends and returns a new empty "Char" elementCharDocument.CharCharDocument. getChar()Gets the "Char" elementstatic CharDocument.CharCharDocument.Char.Factory. newInstance()static CharDocument.CharCharDocument.Char.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in com.oceaninformatics.characterMapping with parameters of type CharDocument.Char Modifier and Type Method Description voidCharDocument. setChar(CharDocument.Char xchar)Sets the "Char" element -
Uses of CharDocument.Char in com.oceaninformatics.characterMapping.impl
Classes in com.oceaninformatics.characterMapping.impl that implement CharDocument.Char Modifier and Type Class Description static classCharDocumentImpl.CharImplAn XML Char(@http://oceaninformatics.com/CharacterMapping.xsd).Methods in com.oceaninformatics.characterMapping.impl that return CharDocument.Char Modifier and Type Method Description CharDocument.CharCharDocumentImpl. addNewChar()Appends and returns a new empty "Char" elementCharDocument.CharCharDocumentImpl. getChar()Gets the "Char" elementMethods in com.oceaninformatics.characterMapping.impl with parameters of type CharDocument.Char Modifier and Type Method Description voidCharDocumentImpl. setChar(CharDocument.Char xchar)Sets the "Char" element
-