public enum StiRestrictions extends java.lang.Enum<StiRestrictions> implements IStiEnum
| Enum Constant and Description |
|---|
All |
AllowChange |
AllowDelete |
AllowMove |
AllowResize |
AllowSelect |
None |
| Modifier and Type | Method and Description |
|---|---|
static StiRestrictions |
forValue(int value) |
int |
getValue() |
static StiRestrictions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiRestrictions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiRestrictions None
public static final StiRestrictions AllowMove
public static final StiRestrictions AllowResize
public static final StiRestrictions AllowSelect
public static final StiRestrictions AllowChange
public static final StiRestrictions AllowDelete
public static final StiRestrictions All
public static StiRestrictions[] values()
for (StiRestrictions c : StiRestrictions.values()) System.out.println(c);
public static StiRestrictions 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 static StiRestrictions forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.