Enum Constant and Description |
---|
AGRICULTURE
1 : Agriculture
|
CRAFTS_AND_SERVICES
2 : Craftsmen and services
|
INDUSTRY
3 : Industries
|
LARGE_RETAILERS
5 : Large retailers
|
PRIVATE_HABITATION
9 : Private habitations
|
SMALL_SHOP
6 : Small shops
|
TERTIARY_OFFICE
7 : Tertiary offices
|
TRANSPORT_WAREHOUSE
8 : Transports companies and warehouses
|
WHOLESALE_BUSINESS
4 : Wholesale business
|
Modifier and Type | Method and Description |
---|---|
static ST8 |
byCode(java.lang.String code)
Returns the ST8 category corresponding to
the specified code.
|
java.lang.String |
getCode()
Numeric representation of this ST8 category.
|
static ST8 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ST8[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ST8 AGRICULTURE
public static final ST8 CRAFTS_AND_SERVICES
public static final ST8 INDUSTRY
public static final ST8 WHOLESALE_BUSINESS
public static final ST8 LARGE_RETAILERS
public static final ST8 SMALL_SHOP
public static final ST8 TERTIARY_OFFICE
public static final ST8 TRANSPORT_WAREHOUSE
public static final ST8 PRIVATE_HABITATION
public static ST8[] values()
for (ST8 c : ST8.values()) System.out.println(c);
public static ST8 valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getCode()
public static ST8 byCode(java.lang.String code)
code
- category code