|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<IMetadataQuery.Multiplicity>
com.bea.content.expression.IMetadataQuery.Multiplicity
public static enum IMetadataQuery.Multiplicity
Multiplicity is used when searching user properties, and is used to restrict the search results to user (objectclass) properties with the specified name and multiplicity.
| Enum Constant Summary | |
|---|---|
any
search in both single and multi-valued user properties with the specified name |
|
multiValued
search in multi-valued user properties with the specified name. |
|
singleValued
search in single-valued user properties with the specified name |
|
| Method Summary | |
|---|---|
static IMetadataQuery.Multiplicity |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IMetadataQuery.Multiplicity[] |
values()
Returns an array containing the constants of this enum type, in the order theyre declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IMetadataQuery.Multiplicity singleValued
public static final IMetadataQuery.Multiplicity multiValued
public static final IMetadataQuery.Multiplicity any
this may be slower than a single-valued search, so when searching for user properties which are known to be single-valued, it is best to use singleValued.
| Method Detail |
|---|
public static final IMetadataQuery.Multiplicity[] values()
public static IMetadataQuery.Multiplicity valueOf(String name)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||