Uses of Class
org.lisa.tmx20.Segtypes.Enum

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
 



Copyright © 2007-2008 Vermont Department of Taxes. All Rights Reserved.