public enum ListUOW extends Enum<ListUOW>
Used in AsgnAllotOwner
Enum Constant and Description |
---|
AGENCY |
AREA_AFC_DO_D_AFC_OTHER_ORGANIZATIONS |
BUREAU |
INSTALLATION_FREQUENCY_MANAGER |
MAJOR_COMMAND |
OPERATING_UNIT |
OTHER |
REQUESTOR |
SUBCOMMAND |
UNIFIED_COMMAND |
UNIFIED_COMMAND_SERVICE |
Modifier and Type | Method and Description |
---|---|
static ListUOW |
fromValue(String v) |
String |
value() |
static ListUOW |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUOW[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUOW AGENCY
public static final ListUOW UNIFIED_COMMAND
public static final ListUOW UNIFIED_COMMAND_SERVICE
public static final ListUOW BUREAU
public static final ListUOW MAJOR_COMMAND
public static final ListUOW SUBCOMMAND
public static final ListUOW INSTALLATION_FREQUENCY_MANAGER
public static final ListUOW OPERATING_UNIT
public static final ListUOW AREA_AFC_DO_D_AFC_OTHER_ORGANIZATIONS
public static final ListUOW REQUESTOR
public static final ListUOW OTHER
public static ListUOW[] values()
for (ListUOW c : ListUOW.values()) System.out.println(c);
public static ListUOW 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()
Copyright © 2016 OpenSSRF.org. All rights reserved.