public enum OwAnnotResultsEnum extends 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 and Description |
---|
DEFAULT_ID
Value to represent a default setting
|
VALUE_ALLOW
Value to allow a specified request
|
VALUE_DENY
Value to deny a specified request
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final OwAnnotResultsEnum VALUE_ALLOW
public static final OwAnnotResultsEnum VALUE_DENY
public static final OwAnnotResultsEnum DEFAULT_ID
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 nameNullPointerException
- if the argument is nullpublic String getValue()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.