public static enum AutoWireSupplierModel.AutoWireSupplierEvent extends Enum<AutoWireSupplierModel.AutoWireSupplierEvent>
Enum Constant and Description |
---|
ADD_PROPERTY_SOURCE |
CHANGE_SUPPLIER_SOURCE_CLASS_NAME |
REMOVE_PROPERTY_SOURCE |
Modifier and Type | Method and Description |
---|---|
static AutoWireSupplierModel.AutoWireSupplierEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoWireSupplierModel.AutoWireSupplierEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoWireSupplierModel.AutoWireSupplierEvent CHANGE_SUPPLIER_SOURCE_CLASS_NAME
public static final AutoWireSupplierModel.AutoWireSupplierEvent ADD_PROPERTY_SOURCE
public static final AutoWireSupplierModel.AutoWireSupplierEvent REMOVE_PROPERTY_SOURCE
public static AutoWireSupplierModel.AutoWireSupplierEvent[] values()
for (AutoWireSupplierModel.AutoWireSupplierEvent c : AutoWireSupplierModel.AutoWireSupplierEvent.values()) System.out.println(c);
public static AutoWireSupplierModel.AutoWireSupplierEvent 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.