|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Segtypes.Enum | |
|---|---|
| org.lisa.tmx20 | |
| org.lisa.tmx20.impl | |
| Uses of Segtypes.Enum in org.lisa.tmx20 |
|---|
| Fields in org.lisa.tmx20 declared as Segtypes.Enum | |
|---|---|
static Segtypes.Enum |
Segtypes.BLOCK
|
static Segtypes.Enum |
Segtypes.PARAGRAPH
|
static Segtypes.Enum |
Segtypes.PHRASE
|
static Segtypes.Enum |
Segtypes.SENTENCE
|
| Methods in org.lisa.tmx20 that return Segtypes.Enum | |
|---|---|
static Segtypes.Enum |
Segtypes.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static Segtypes.Enum |
Segtypes.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
Segtypes.Enum |
HeaderDocument.Header.getSegtype()
Gets the "segtype" attribute |
Segtypes.Enum |
TuDocument.Tu.getSegtype()
Gets the "segtype" attribute |
| Methods in org.lisa.tmx20 with parameters of type Segtypes.Enum | |
|---|---|
void |
HeaderDocument.Header.setSegtype(Segtypes.Enum segtype)
Sets the "segtype" attribute |
void |
TuDocument.Tu.setSegtype(Segtypes.Enum segtype)
Sets the "segtype" attribute |
| Uses of Segtypes.Enum in org.lisa.tmx20.impl |
|---|
| Methods in org.lisa.tmx20.impl that return Segtypes.Enum | |
|---|---|
Segtypes.Enum |
HeaderDocumentImpl.HeaderImpl.getSegtype()
Gets the "segtype" attribute |
Segtypes.Enum |
TuDocumentImpl.TuImpl.getSegtype()
Gets the "segtype" attribute |
| Methods in org.lisa.tmx20.impl with parameters of type Segtypes.Enum | |
|---|---|
void |
HeaderDocumentImpl.HeaderImpl.setSegtype(Segtypes.Enum segtype)
Sets the "segtype" attribute |
void |
TuDocumentImpl.TuImpl.setSegtype(Segtypes.Enum segtype)
Sets the "segtype" attribute |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||