public enum OwVIIdType extends Enum<OwVIIdType>
Enumeration of Types.
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 |
---|
CUSTOM |
DOCUMENT |
FOLDER |
LINK |
QUEUE |
WORKITEM |
Modifier and Type | Method and Description |
---|---|
static OwVIIdType |
getFromPrefix(String prefix)
Get type from prefix.
|
String |
getPrefix()
Get prefix of this type.
|
static OwVIIdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwVIIdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwVIIdType CUSTOM
public static final OwVIIdType FOLDER
public static final OwVIIdType DOCUMENT
public static final OwVIIdType WORKITEM
public static final OwVIIdType LINK
public static final OwVIIdType QUEUE
public static OwVIIdType[] values()
for (OwVIIdType c : OwVIIdType.values()) System.out.println(c);
public static OwVIIdType 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 getPrefix()
public static OwVIIdType getFromPrefix(String prefix)
prefix
- String (can be null)Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.