public enum OwJoinType extends Enum<OwJoinType>
Join 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
Enum Constant and Description |
---|
DEFAULT_JOIN_TYPE |
INNER |
LEFT |
LEFT_OUTER |
Modifier and Type | Method and Description |
---|---|
String |
getSqlString() |
static OwJoinType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwJoinType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwJoinType INNER
public static final OwJoinType LEFT
public static final OwJoinType LEFT_OUTER
public static final OwJoinType DEFAULT_JOIN_TYPE
public static OwJoinType[] values()
for (OwJoinType c : OwJoinType.values()) System.out.println(c);
public static OwJoinType 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 final String getSqlString()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.