public static enum JavaMoveMembersProperties.Visibility extends Enum<JavaMoveMembersProperties.Visibility>
Enum Constant and Description |
---|
ASIS
As is, keep the current visibility level of the member.
|
DEFAULT
Change to, or keep, the visibility the default level.
|
ESCALATE
Escalate, automatically raise the visibility to a necessary level,
based on usages.
|
PRIVATE
Change to, or keep, the visibility private.
|
PROTECTED
Change to, or keep, the visibility protected.
|
PUBLIC
Change to, or keep, the visibility public.
|
Modifier and Type | Method and Description |
---|---|
static JavaMoveMembersProperties.Visibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaMoveMembersProperties.Visibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaMoveMembersProperties.Visibility ESCALATE
public static final JavaMoveMembersProperties.Visibility ASIS
public static final JavaMoveMembersProperties.Visibility PUBLIC
public static final JavaMoveMembersProperties.Visibility PROTECTED
public static final JavaMoveMembersProperties.Visibility DEFAULT
public static final JavaMoveMembersProperties.Visibility PRIVATE
public static JavaMoveMembersProperties.Visibility[] values()
public static JavaMoveMembersProperties.Visibility 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 null