|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StiDesignerPermissions>
com.stimulsoft.webdesigner.enums.StiDesignerPermissions
public enum StiDesignerPermissions
Copyright Stimulsoft
Enum Constant Summary | |
---|---|
All
Allow any action with an item. |
|
Create
Allows to create an item. |
|
Delete
Allows to delete an item. |
|
Modify
Allows to modify an item. |
|
ModifyView
Allows modify and view an item. |
|
None
|
|
View
Allows to view an item. |
Field Summary | |
---|---|
int |
intValue
|
Method Summary | |
---|---|
static StiDesignerPermissions |
forValue(int value)
|
int |
getValue()
|
static StiDesignerPermissions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiDesignerPermissions[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 StiDesignerPermissions None
public static final StiDesignerPermissions Create
public static final StiDesignerPermissions Delete
public static final StiDesignerPermissions Modify
public static final StiDesignerPermissions View
public static final StiDesignerPermissions ModifyView
public static final StiDesignerPermissions All
Field Detail |
---|
public final int intValue
Method Detail |
---|
public static StiDesignerPermissions[] values()
for (StiDesignerPermissions c : StiDesignerPermissions.values()) System.out.println(c);
public static StiDesignerPermissions 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 nullpublic int getValue()
public static StiDesignerPermissions forValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |