Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Field and Description |
---|---|
static JoinType |
JoinType.FULL_OUTER
Specifies a full outer join.
|
static JoinType |
JoinType.INNER
Specifies an inner join.
|
Modifier and Type | Method and Description |
---|---|
static JoinType |
JoinType.getInstanceFromInt(int value)
Gets an instance of this class using its associated integer value (the
*_AS_INT fields). |
© Copyright IBM Corporation 2006, 2015. All rights reserved.