|
org.netbeans.modules.refactoring.java/1 1.37.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<JavaMoveMembersProperties.Visibility>
org.netbeans.modules.refactoring.java.api.JavaMoveMembersProperties.Visibility
public static enum JavaMoveMembersProperties.Visibility
Used to specify visibility level. It can either be set explicitly, or set to Escalate to automatically raise it to a necessary level.
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
public static JavaMoveMembersProperties.Visibility[] values()
for (JavaMoveMembersProperties.Visibility c : JavaMoveMembersProperties.Visibility.values()) System.out.println(c);
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 name
NullPointerException - if the argument is null
|
org.netbeans.modules.refactoring.java/1 1.37.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||