public class VisibilityType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static VisibilityType |
PRIVATE
The instance of the private type
|
static int |
PRIVATE_TYPE
The private type
|
static VisibilityType |
PROTECTED
The instance of the protected type
|
static int |
PROTECTED_TYPE
The protected type
|
static VisibilityType |
PUBLIC
The instance of the public type
|
static int |
PUBLIC_TYPE
The public type
|
Modifier and Type | Method and Description |
---|---|
static Enumeration |
enumerate()
Method enumerate.Returns an enumeration of all possible
instances of VisibilityType
|
int |
getType()
Method getType.Returns the type of this VisibilityType
|
String |
toString()
Method toString.Returns the String representation of this
VisibilityType
|
static VisibilityType |
valueOf(String string)
Method valueOf.Returns a new VisibilityType based on the
given String value.
|
public static final int PUBLIC_TYPE
public static final VisibilityType PUBLIC
public static final int PROTECTED_TYPE
public static final VisibilityType PROTECTED
public static final int PRIVATE_TYPE
public static final VisibilityType PRIVATE
public static Enumeration enumerate()
public int getType()
public String toString()
public static VisibilityType valueOf(String string)
string
- Copyright © 2015. All rights reserved.