Uses of Class
contrabase.condition.Term.TYPE

Packages that use Term.TYPE
contrabase.condition Contrabase 에서 필요한 Conditon Package 
 

Uses of Term.TYPE in contrabase.condition
 

Fields in contrabase.condition declared as Term.TYPE
private  Term.TYPE Term.type
           
 

Methods in contrabase.condition that return Term.TYPE
 Term.TYPE Term.getType()
          TYPE 형식으로 종류를 돌려준다.
static Term.TYPE Term.TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Term.TYPE[] Term.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in contrabase.condition with parameters of type Term.TYPE
Term(java.lang.String field, java.lang.String condition, java.lang.String value, Term.TYPE species)