public enum DBQueryBuilderJoinCommandType extends Enum<DBQueryBuilderJoinCommandType>
| Enum Constant and Description |
|---|
ASPECT |
CONTENT_MIMETYPE |
CONTENT_URL |
MULTI_VALUED_PROPERY |
NODE |
PARENT |
PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isMultiValued() |
static DBQueryBuilderJoinCommandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBQueryBuilderJoinCommandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBQueryBuilderJoinCommandType NODE
public static final DBQueryBuilderJoinCommandType ASPECT
public static final DBQueryBuilderJoinCommandType PROPERTY
public static final DBQueryBuilderJoinCommandType CONTENT_MIMETYPE
public static final DBQueryBuilderJoinCommandType CONTENT_URL
public static final DBQueryBuilderJoinCommandType PARENT
public static final DBQueryBuilderJoinCommandType MULTI_VALUED_PROPERY
public static DBQueryBuilderJoinCommandType[] values()
for (DBQueryBuilderJoinCommandType c : DBQueryBuilderJoinCommandType.values()) System.out.println(c);
public static DBQueryBuilderJoinCommandType 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 abstract boolean isMultiValued()
Copyright © 2005–2018 Alfresco Software. All rights reserved.