public enum TypeManifestation extends Enum<TypeManifestation> implements ModifierContributor.ForType
ModifierContributor.ForField, ModifierContributor.ForMethod, ModifierContributor.ForType
Enum Constant and Description |
---|
ABSTRACT |
ABSTRACT_ENUM |
ENUM |
FINAL |
INTERFACE |
PLAIN |
EMPTY_MASK
Modifier and Type | Method and Description |
---|---|
int |
getMask()
Returns the mask of this modifier.
|
static TypeManifestation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeManifestation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeManifestation PLAIN
public static final TypeManifestation FINAL
public static final TypeManifestation ABSTRACT
public static final TypeManifestation INTERFACE
public static final TypeManifestation ENUM
public static final TypeManifestation ABSTRACT_ENUM
public static TypeManifestation[] values()
for (TypeManifestation c : TypeManifestation.values()) System.out.println(c);
public static TypeManifestation 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 nullpublic int getMask()
ModifierContributor
getMask
in interface ModifierContributor
Copyright © 2014. All rights reserved.