Package org.jboss.cdi.lang.model.tck
Enum EnumMembers
- All Implemented Interfaces:
Serializable,Comparable<EnumMembers>
-
Nested Class Summary
Nested Classes -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected abstract voidprotected final voidprotected voidprotected static final voidprotected static voidabstract voidfinal voidvoidstatic final voidstatic voidstatic EnumMembersReturns the enum constant of this type with the specified name.static EnumMembers[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FOO
-
BAR
-
-
Field Details
-
publicStaticFinalField
- See Also:
-
publicStaticField
-
publicFinalField
- See Also:
-
publicField
-
protectedStaticFinalField
- See Also:
-
protectedStaticField
-
protectedFinalField
- See Also:
-
protectedField
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
publicStaticFinalMethod
public static final void publicStaticFinalMethod() -
publicStaticMethod
public static void publicStaticMethod() -
publicFinalMethod
public final void publicFinalMethod() -
publicMethod
public void publicMethod() -
protectedStaticFinalMethod
protected static final void protectedStaticFinalMethod() -
protectedStaticMethod
protected static void protectedStaticMethod() -
protectedFinalMethod
protected final void protectedFinalMethod() -
protectedMethod
protected void protectedMethod() -
publicAbstractMethod
public abstract void publicAbstractMethod() -
protectedAbstractMethod
protected abstract void protectedAbstractMethod() -
interfaceMethod
public void interfaceMethod()
-