|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<Study.Visibility>
com.yosokumo.core.Study.Visibility
public static enum Study.Visibility
Tells whether unidentified users can get estimated predictands from
the model of the study. The visibility of a study can be changed at
any time. If the visibility is not included in the posted study
document, the default visibility is PRIVATE.
| Enum Constant Summary | |
|---|---|
PRIVATE
only users that are authenticated and authorized may make a Get Model request for the study. |
|
PUBLIC
any web client may make a Get Model request for the study. |
|
| Method Summary | |
|---|---|
static Study.Visibility |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Study.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 Study.Visibility PRIVATE
public static final Study.Visibility PUBLIC
| Method Detail |
|---|
public static Study.Visibility[] values()
for (Study.Visibility c : Study.Visibility.values()) System.out.println(c);
public static Study.Visibility 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||