|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Datatype.Enum | |
|---|---|
| org.lisa.tmx20 | |
| org.lisa.tmx20.impl | |
| Uses of Datatype.Enum in org.lisa.tmx20 |
|---|
| Methods in org.lisa.tmx20 that return Datatype.Enum | |
|---|---|
static Datatype.Enum |
Datatype.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static Datatype.Enum |
Datatype.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
Datatype.Enum |
SubDocument.Sub.getDatatype()
Gets the "datatype" attribute |
Datatype.Enum |
TuvDocument.Tuv.getDatatype()
Gets the "datatype" attribute |
Datatype.Enum |
TuDocument.Tu.getDatatype()
Gets the "datatype" attribute |
| Methods in org.lisa.tmx20 with parameters of type Datatype.Enum | |
|---|---|
void |
SubDocument.Sub.setDatatype(Datatype.Enum datatype)
Sets the "datatype" attribute |
void |
TuvDocument.Tuv.setDatatype(Datatype.Enum datatype)
Sets the "datatype" attribute |
void |
TuDocument.Tu.setDatatype(Datatype.Enum datatype)
Sets the "datatype" attribute |
| Uses of Datatype.Enum in org.lisa.tmx20.impl |
|---|
| Methods in org.lisa.tmx20.impl that return Datatype.Enum | |
|---|---|
Datatype.Enum |
TuvDocumentImpl.TuvImpl.getDatatype()
Gets the "datatype" attribute |
Datatype.Enum |
SubDocumentImpl.SubImpl.getDatatype()
Gets the "datatype" attribute |
Datatype.Enum |
TuDocumentImpl.TuImpl.getDatatype()
Gets the "datatype" attribute |
| Methods in org.lisa.tmx20.impl with parameters of type Datatype.Enum | |
|---|---|
void |
TuvDocumentImpl.TuvImpl.setDatatype(Datatype.Enum datatype)
Sets the "datatype" attribute |
void |
SubDocumentImpl.SubImpl.setDatatype(Datatype.Enum datatype)
Sets the "datatype" attribute |
void |
TuDocumentImpl.TuImpl.setDatatype(Datatype.Enum datatype)
Sets the "datatype" attribute |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||