Package org.teiid.translator.salesforce
Enum SalesForcePlugin.Event
- java.lang.Object
-
- java.lang.Enum<SalesForcePlugin.Event>
-
- org.teiid.translator.salesforce.SalesForcePlugin.Event
-
- All Implemented Interfaces:
Serializable
,Comparable<SalesForcePlugin.Event>
,BundleUtil.Event
- Enclosing class:
- SalesForcePlugin
public static enum SalesForcePlugin.Event extends Enum<SalesForcePlugin.Event> implements BundleUtil.Event
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TEIID13001
TEIID13002
TEIID13004
TEIID13005
TEIID13006
TEIID13007
TEIID13008
TEIID13009
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SalesForcePlugin.Event
valueOf(String name)
Returns the enum constant of this type with the specified name.static SalesForcePlugin.Event[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TEIID13001
public static final SalesForcePlugin.Event TEIID13001
-
TEIID13002
public static final SalesForcePlugin.Event TEIID13002
-
TEIID13004
public static final SalesForcePlugin.Event TEIID13004
-
TEIID13005
public static final SalesForcePlugin.Event TEIID13005
-
TEIID13006
public static final SalesForcePlugin.Event TEIID13006
-
TEIID13007
public static final SalesForcePlugin.Event TEIID13007
-
TEIID13008
public static final SalesForcePlugin.Event TEIID13008
-
TEIID13009
public static final SalesForcePlugin.Event TEIID13009
-
-
Method Detail
-
values
public static SalesForcePlugin.Event[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SalesForcePlugin.Event c : SalesForcePlugin.Event.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SalesForcePlugin.Event valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-