Uses of Class
de.folt.models.documentmodel.tmx.TmxProp.PropType

Packages that use TmxProp.PropType
de.folt.models.datamodel.sql   
de.folt.models.documentmodel.tmx   
 

Uses of TmxProp.PropType in de.folt.models.datamodel.sql
 

Methods in de.folt.models.datamodel.sql that return TmxProp.PropType
 TmxProp.PropType SQLTmxProp.getPropType()
           
 

Methods in de.folt.models.datamodel.sql with parameters of type TmxProp.PropType
 void SQLTmxProp.setPropType(TmxProp.PropType propType)
           
 

Uses of TmxProp.PropType in de.folt.models.documentmodel.tmx
 

Methods in de.folt.models.documentmodel.tmx that return TmxProp.PropType
 TmxProp.PropType TmxProp.getPropType()
           
static TmxProp.PropType TmxProp.PropType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TmxProp.PropType[] TmxProp.PropType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.folt.models.documentmodel.tmx with parameters of type TmxProp.PropType
 void TmxProp.setPropType(TmxProp.PropType propType)
           
 

Constructors in de.folt.models.documentmodel.tmx with parameters of type TmxProp.PropType
TmxProp(java.lang.String content, java.lang.String lang, java.lang.String o_encoding, TmxProp.PropType propType, java.lang.String type)
           
TmxProp(java.lang.String content, java.lang.String lang, java.lang.String o_encoding, TmxProp.PropType propType, java.lang.String type, java.lang.Integer id)