Enum BusinessPropertyClassifierST

  • All Implemented Interfaces:
    Serializable, Comparable<BusinessPropertyClassifierST>

    public enum BusinessPropertyClassifierST
    extends Enum<BusinessPropertyClassifierST>

    Java class for BusinessPropertyClassifier_ST.

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

     <simpleType name="BusinessPropertyClassifier_ST">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="GENERIC"/>
         <enumeration value="INVESTMENT"/>
         <enumeration value="DURING_OP"/>
         <enumeration value="RESOURCE"/>
         <enumeration value="PERFORMANCE"/>
         <enumeration value="CONFIGURATION"/>
         <enumeration value="MAINTENANCE"/>
       </restriction>
     </simpleType>