Uses of Class
macaw.businessLayer.ValueLabel.EditingOperationType

Packages that use ValueLabel.EditingOperationType
macaw.businessLayer Contains classes that represent business concepts in the system. 
 

Uses of ValueLabel.EditingOperationType in macaw.businessLayer
 

Methods in macaw.businessLayer that return ValueLabel.EditingOperationType
 ValueLabel.EditingOperationType ValueLabel.getEditingOperationType()
           
static ValueLabel.EditingOperationType ValueLabel.EditingOperationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ValueLabel.EditingOperationType[] ValueLabel.EditingOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in macaw.businessLayer with parameters of type ValueLabel.EditingOperationType
 void ValueLabel.setEditingOperationType(ValueLabel.EditingOperationType editingOperationType)