|
Java SDK r12.5 |
||||||||
| PREV CLASS NEXT CLASS | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.llsdk6.imsapi.type.ConjunctionType
public class ConjunctionType
Contains type-safe constants for the conjunctions used to combine search expression clauses.
SearchExpression| Field Summary | |
|---|---|
static ConjunctionType |
AND
AND conjunction. |
static java.lang.String |
CONJUNCTION_DELIMITERS
A String containing all conjunction encodings, for use as a delimiter qualifier for StringTokenizers. |
static ConjunctionType |
OR
OR conjunction. |
static ConjunctionType |
UNKNOWN
Represents an unknown conjunction type. |
| Method Summary | |
|---|---|
static ConjunctionType |
fromString(java.lang.String friendly)
Retrieves the enumerated value mapped to the specified friendly name. |
java.lang.String |
getFriendlyName()
Returns the friendly name for this enumerated value. |
java.lang.String |
marshall()
Retrieves a String value representing this conjunction type. |
java.lang.String |
toString()
|
static ConjunctionType |
unmarshall(java.lang.String code)
Retrieves the ConjunctionType value that corresponds to the
specified String value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONJUNCTION_DELIMITERS
public static final ConjunctionType UNKNOWN
public static final ConjunctionType AND
AND conjunction. Indicates a boolean AND
relationship between two clauses.
public static final ConjunctionType OR
OR conjunction. Indicates a boolean OR
relationship between two clauses.
| Method Detail |
|---|
public java.lang.String marshall()
Retrieves a String value representing this conjunction type.
This method is intended for marshalling objects for serialization over the wire or to persistant storage. Using it for any other purpose will likely cause unpredictable results.
public static ConjunctionType unmarshall(java.lang.String code)
Retrieves the ConjunctionType value that corresponds to the
specified String value.
This method is intended for unmarshalling objects from serialization for the wire or from persistant storage. Using it for any other purpose will likely cause unpredictable results.
code - A String representing a particular conjunction type value.
ConjunctionType value corresponding to the
input parameter. If the value cannot be understood,
ConjunctionType.UNKNOWN is returned.public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getFriendlyName()
public static ConjunctionType fromString(java.lang.String friendly)
friendly - The friendly name associated with the enumerated conjunction type value.
UNKNOWN if not.
|
Java SDK r12.5 10/22/2009 |
||||||||
| PREV CLASS NEXT CLASS | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||