public enum OwMergeType extends Enum<OwMergeType>
Repository merge policy type enumeration.
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
Modifier and Type | Method and Description |
---|---|
static OwMergeType |
fromCriteriaOperator(int operator_p) |
String |
toString() |
static OwMergeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwMergeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwMergeType NONE
public static final OwMergeType UNION
public static final OwMergeType INTERSECT
public static OwMergeType[] values()
for (OwMergeType c : OwMergeType.values()) System.out.println(c);
public static OwMergeType 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 static OwMergeType fromCriteriaOperator(int operator_p)
public String toString()
toString
in class Enum<OwMergeType>
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.