JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
INCLUDED_FACTORY_IN_PACKAGE
INCLUDED_CONSTRUCTOR_IN_PACKAGE
INCLUDED_CONSTRUCTOR_ON_TYPE
DEFINED_NESTED_CONSTRUCTOR
DEFINED_TYPE_AND_COMPANION
DEFINED_AND_ENCLOSING_TYPE
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 name
NullPointerException - if the argument is null
isNested
public boolean isNested ()
isNestedFactoryOrConstructor
public boolean isNestedFactoryOrConstructor ()
isIncluded
public boolean isIncluded ()
isEnclosing
public boolean isEnclosing ()
isJavaBean
public boolean isJavaBean ()
isValue
public boolean isValue ()
isDefinedValue
public boolean isDefinedValue ()
isModifiable
public boolean isModifiable ()
isConstructor
public boolean isConstructor ()
isFactoryNotNested
public boolean isFactoryNotNested ()
isFactory
public boolean isFactory ()
isEnclosingOnly
public boolean isEnclosingOnly ()