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="A"/>
     <enumeration value="B"/>
     <enumeration value="C"/>
     <enumeration value="D"/>
     <enumeration value="E"/>
     <enumeration value="F"/>
     <enumeration value="G"/>
     <enumeration value="H"/>
     <enumeration value="I"/>
     <enumeration value="J"/>
     <enumeration value="K"/>
     <enumeration value="L"/>
     <enumeration value="M"/>
     <enumeration value="N"/>
     <enumeration value="O"/>
     <enumeration value="P"/>
     <enumeration value="Q"/>
     <enumeration value="R"/>
     <enumeration value="S"/>
     <enumeration value="T"/>
     <enumeration value="U"/>
     <enumeration value="V"/>
     <enumeration value="W"/>
     <enumeration value="X"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| Afrom 000 to 015 | 
| BFrom 015 to 030 | 
| CFrom 030 to 045 | 
| DFrom 045 to 060 | 
| EFrom 060 to 075 | 
| FFrom 075 to 090 | 
| GFrom 090 to 105 | 
| HFrom 105 to 120 | 
| IFrom 120 to 135 | 
| JFrom 135 to 150 | 
| KFrom 150 to 165 | 
| LFrom 165 to 180 | 
| MFrom 180 to 195 | 
| NFrom 195 to 210 | 
| OFrom 210 to 225 | 
| PFrom 225 to 240 | 
| QFrom 240 to 255 | 
| RFrom255 to 270 | 
| SFrom 270 to 285 | 
| TFrom 285 to 300 | 
| UFrom 300 to 315 | 
| VFrom 315 to 330 | 
| WFrom 330 to 345 | 
| XFrom 345 to 000 | 
| 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 A
public static final SectorCodes B
public static final SectorCodes C
public static final SectorCodes D
public static final SectorCodes E
public static final SectorCodes F
public static final SectorCodes G
public static final SectorCodes H
public static final SectorCodes I
public static final SectorCodes J
public static final SectorCodes K
public static final SectorCodes L
public static final SectorCodes M
public static final SectorCodes N
public static final SectorCodes O
public static final SectorCodes P
public static final SectorCodes Q
public static final SectorCodes R
public static final SectorCodes S
public static final SectorCodes T
public static final SectorCodes U
public static final SectorCodes V
public static final SectorCodes W
public static final SectorCodes X
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 © 2017. All rights reserved.