|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OwAnnotResultsEnum>
com.wewebu.ow.server.ui.viewer.OwAnnotResultsEnum
public enum OwAnnotResultsEnum
Enumeration of Results. This class represent the possible results for annotation info requests.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Enum Constant Summary | |
---|---|
DEFAULT_ID
Value to represent a default setting |
|
VALUE_ALLOW
Value to allow a specified request |
|
VALUE_DENY
Value to deny a specified request |
Method Summary | |
---|---|
String |
getValue()
|
static OwAnnotResultsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OwAnnotResultsEnum[] |
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 OwAnnotResultsEnum VALUE_ALLOW
public static final OwAnnotResultsEnum VALUE_DENY
public static final OwAnnotResultsEnum DEFAULT_ID
Method Detail |
---|
public static OwAnnotResultsEnum[] values()
for (OwAnnotResultsEnum c : OwAnnotResultsEnum.values()) System.out.println(c);
public static OwAnnotResultsEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |