public enum NarrativeRight extends Enum<NarrativeRight>
| Enum Constant and Description |
|---|
MODIFY_NARRATIVE_RIGHT |
NO_NARRATIVE_RIGHT |
VIEW_NARRATIVE_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessType() |
static NarrativeRight |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NarrativeRight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NarrativeRight MODIFY_NARRATIVE_RIGHT
public static final NarrativeRight VIEW_NARRATIVE_RIGHT
public static final NarrativeRight NO_NARRATIVE_RIGHT
public static NarrativeRight[] values()
for (NarrativeRight c : NarrativeRight.values()) System.out.println(c);
public static NarrativeRight 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 nullpublic String getAccessType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.