Uses of Class
com.mmm.cms.homehealth.proto.logic.FieldEquationTypeID

Packages that use FieldEquationTypeID
com.mmm.cms.homehealth.proto.logic   
 

Uses of FieldEquationTypeID in com.mmm.cms.homehealth.proto.logic
 

Fields in com.mmm.cms.homehealth.proto.logic declared as FieldEquationTypeID
protected  FieldEquationTypeID FieldCondition.conditionTypeID
           
 

Methods in com.mmm.cms.homehealth.proto.logic that return FieldEquationTypeID
 FieldEquationTypeID FieldCondition.getConditionTypeID()
          Get the value of conditionTypeID
static FieldEquationTypeID FieldEquationTypeID.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FieldEquationTypeID[] FieldEquationTypeID.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.mmm.cms.homehealth.proto.logic with parameters of type FieldEquationTypeID
 void FieldCondition.setConditionTypeID(FieldEquationTypeID conditionTypeID)
          Set the value of conditionTypeID
 

Constructors in com.mmm.cms.homehealth.proto.logic with parameters of type FieldEquationTypeID
FieldCondition(java.lang.String fieldName, FieldEquationTypeID conditionTypeID, java.lang.String[] conditionValues)