public static enum SpecificCompiler.FieldVisibility extends Enum<SpecificCompiler.FieldVisibility>
Enum Constant and Description |
---|
PRIVATE |
PUBLIC |
PUBLIC_DEPRECATED |
Modifier and Type | Method and Description |
---|---|
static SpecificCompiler.FieldVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecificCompiler.FieldVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecificCompiler.FieldVisibility PUBLIC
public static final SpecificCompiler.FieldVisibility PUBLIC_DEPRECATED
public static final SpecificCompiler.FieldVisibility PRIVATE
public static SpecificCompiler.FieldVisibility[] values()
for (SpecificCompiler.FieldVisibility c : SpecificCompiler.FieldVisibility.values()) System.out.println(c);
public static SpecificCompiler.FieldVisibility 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 © 2009–2017 The Apache Software Foundation. All rights reserved.