Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.ValueCalculationItemType
-
Packages that use ValueCalculationItemType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of ValueCalculationItemType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes declared as ValueCalculationItemType Modifier and Type Field Description protected ValueCalculationItemTypeItemType. typeMethods in org.bidib.jbidibc.decoder.schema.commontypes that return ValueCalculationItemType Modifier and Type Method Description static ValueCalculationItemTypeValueCalculationItemType. fromValue(String v)ValueCalculationItemTypeItemType. getType()Gets the value of the type property.static ValueCalculationItemTypeValueCalculationItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueCalculationItemType[]ValueCalculationItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type ValueCalculationItemType Modifier and Type Method Description voidItemType. setType(ValueCalculationItemType value)Sets the value of the type property.ItemTypeItemType. withType(ValueCalculationItemType value)
-