public enum SectorCodes extends Enum<SectorCodes>
Java class for SectorCodes.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="SectorCodes">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="000To015"/>
     <enumeration value="015To030"/>
     <enumeration value="030To045"/>
     <enumeration value="045To060"/>
     <enumeration value="060To075"/>
     <enumeration value="075To090"/>
     <enumeration value="090To105"/>
     <enumeration value="105To120"/>
     <enumeration value="120To135"/>
     <enumeration value="135To150"/>
     <enumeration value="150To165"/>
     <enumeration value="165To180"/>
     <enumeration value="180To195"/>
     <enumeration value="195To210"/>
     <enumeration value="210To225"/>
     <enumeration value="225To240"/>
     <enumeration value="240To225"/>
     <enumeration value="225To270"/>
     <enumeration value="270To285"/>
     <enumeration value="285To300"/>
     <enumeration value="300To315"/>
     <enumeration value="315To330"/>
     <enumeration value="330To345"/>
     <enumeration value="345To000"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| VALUE_1from 000 to 015 | 
| VALUE_10From 135 to 150 | 
| VALUE_11From 150 to 165 | 
| VALUE_12From 165 to 180 | 
| VALUE_13From 180 to 195 | 
| VALUE_14From 195 to 210 | 
| VALUE_15From 210 to 225 | 
| VALUE_16From 225 to 240 | 
| VALUE_17From 240 to 255 | 
| VALUE_18From255 to 270 | 
| VALUE_19From 270 to 285 | 
| VALUE_2From 015 to 030 | 
| VALUE_20From 285 to 300 | 
| VALUE_21From 300 to 315 | 
| VALUE_22From 315 to 330 | 
| VALUE_23From 330 to 345 | 
| VALUE_24From 345 to 000 | 
| VALUE_3From 030 to 045 | 
| VALUE_4From 045 to 060 | 
| VALUE_5From 060 to 075 | 
| VALUE_6From 075 to 090 | 
| VALUE_7From 090 to 105 | 
| VALUE_8From 105 to 120 | 
| VALUE_9From 120 to 135 | 
| Modifier and Type | Method and Description | 
|---|---|
| static SectorCodes | fromValue(String v) | 
| String | value() | 
| static SectorCodes | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SectorCodes[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SectorCodes VALUE_1
public static final SectorCodes VALUE_2
public static final SectorCodes VALUE_3
public static final SectorCodes VALUE_4
public static final SectorCodes VALUE_5
public static final SectorCodes VALUE_6
public static final SectorCodes VALUE_7
public static final SectorCodes VALUE_8
public static final SectorCodes VALUE_9
public static final SectorCodes VALUE_10
public static final SectorCodes VALUE_11
public static final SectorCodes VALUE_12
public static final SectorCodes VALUE_13
public static final SectorCodes VALUE_14
public static final SectorCodes VALUE_15
public static final SectorCodes VALUE_16
public static final SectorCodes VALUE_17
public static final SectorCodes VALUE_18
public static final SectorCodes VALUE_19
public static final SectorCodes VALUE_20
public static final SectorCodes VALUE_21
public static final SectorCodes VALUE_22
public static final SectorCodes VALUE_23
public static final SectorCodes VALUE_24
public static SectorCodes[] values()
for (SectorCodes c : SectorCodes.values()) System.out.println(c);
public static SectorCodes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static SectorCodes fromValue(String v)
Copyright © 2020. All rights reserved.