public static enum SourceUtils.ACCESS_TYPE extends Enum<SourceUtils.ACCESS_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static SourceUtils.ACCESS_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceUtils.ACCESS_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceUtils.ACCESS_TYPE readOnly
public static final SourceUtils.ACCESS_TYPE writeOnly
public static final SourceUtils.ACCESS_TYPE readWrite
public static SourceUtils.ACCESS_TYPE[] values()
for (SourceUtils.ACCESS_TYPE c : SourceUtils.ACCESS_TYPE.values()) System.out.println(c);
public static SourceUtils.ACCESS_TYPE valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014 JBoss by Red Hat. All Rights Reserved.