Enum ValueCalculationItemType

java.lang.Object
java.lang.Enum<ValueCalculationItemType>
org.bidib.jbidibc.decoder.schema.commontypes.ValueCalculationItemType
All Implemented Interfaces:
Serializable, Comparable<ValueCalculationItemType>, java.lang.constant.Constable

public enum ValueCalculationItemType extends Enum<ValueCalculationItemType>

Java class for ValueCalculationItemType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ValueCalculationItemType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="constant"/>
     <enumeration value="operator"/>
     <enumeration value="bracket"/>
     <enumeration value="self"/>
     <enumeration value="cv"/>
   </restriction>
 </simpleType>