public static enum NDRConstants.OAIVisibilty extends java.lang.Enum<NDRConstants.OAIVisibilty>
Modifier and Type | Method and Description |
---|---|
static NDRConstants.OAIVisibilty |
getVisibility(java.lang.String s) |
java.lang.String |
toString() |
static NDRConstants.OAIVisibilty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NDRConstants.OAIVisibilty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NDRConstants.OAIVisibilty PUBLIC
public static final NDRConstants.OAIVisibilty PROTECTED
public static final NDRConstants.OAIVisibilty PRIVATE
public static NDRConstants.OAIVisibilty[] values()
for (NDRConstants.OAIVisibilty c : NDRConstants.OAIVisibilty.values()) System.out.println(c);
public static NDRConstants.OAIVisibilty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<NDRConstants.OAIVisibilty>
public static NDRConstants.OAIVisibilty getVisibility(java.lang.String s)