public class CuType extends Parameter
| Modifier and Type | Field and Description |
|---|---|
static CuType |
GROUP |
static CuType |
INDIVIDUAL |
static CuType |
RESOURCE |
static CuType |
ROOM |
static CuType |
UNKNOWN |
| Constructor and Description |
|---|
CuType(java.lang.String aValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
public static final CuType INDIVIDUAL
public static final CuType GROUP
public static final CuType RESOURCE
public static final CuType ROOM
public static final CuType UNKNOWN