public static enum WoofGovernanceModel.WoofGovernanceEvent extends Enum<WoofGovernanceModel.WoofGovernanceEvent>
Enum Constant and Description |
---|
ADD_GOVERNANCE_AREA |
ADD_GOVERNANCE_AREA_CONNECTION |
ADD_PROPERTY |
CHANGE_GOVERNANCE_SOURCE_CLASS_NAME |
CHANGE_WOOF_GOVERNANCE_NAME |
REMOVE_GOVERNANCE_AREA |
REMOVE_GOVERNANCE_AREA_CONNECTION |
REMOVE_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static WoofGovernanceModel.WoofGovernanceEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WoofGovernanceModel.WoofGovernanceEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WoofGovernanceModel.WoofGovernanceEvent CHANGE_WOOF_GOVERNANCE_NAME
public static final WoofGovernanceModel.WoofGovernanceEvent CHANGE_GOVERNANCE_SOURCE_CLASS_NAME
public static final WoofGovernanceModel.WoofGovernanceEvent ADD_PROPERTY
public static final WoofGovernanceModel.WoofGovernanceEvent REMOVE_PROPERTY
public static final WoofGovernanceModel.WoofGovernanceEvent ADD_GOVERNANCE_AREA
public static final WoofGovernanceModel.WoofGovernanceEvent REMOVE_GOVERNANCE_AREA
public static final WoofGovernanceModel.WoofGovernanceEvent ADD_GOVERNANCE_AREA_CONNECTION
public static final WoofGovernanceModel.WoofGovernanceEvent REMOVE_GOVERNANCE_AREA_CONNECTION
public static WoofGovernanceModel.WoofGovernanceEvent[] values()
for (WoofGovernanceModel.WoofGovernanceEvent c : WoofGovernanceModel.WoofGovernanceEvent.values()) System.out.println(c);
public static WoofGovernanceModel.WoofGovernanceEvent 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 nullCopyright © 2005–2016. All rights reserved.