|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.specification.AbstractAttributeSearchExp
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private AttributeIdentifier |
identifier
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private OperatorType |
operator
|
private boolean |
processIdentifierHierarchically
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private AttributeValueCriteria |
value
|
Fields inherited from interface wt.query.specification.AttributeSearchExp |
IDENTIFIER, OPERATOR, PROCESS_IDENTIFIER_HIERARCHICALLY, VALUE |
Constructor Summary | |
AbstractAttributeSearchExp()
|
Method Summary | |
AttributeIdentifier |
getIdentifier()
Gets the object for the association that plays role: identifier. |
OperatorType |
getOperator()
Gets the object for the association that plays role: operator. |
AttributeValueCriteria |
getValue()
Gets the object for the association that plays role: value. |
private void |
identifierValidate(AttributeIdentifier a_Identifier)
|
boolean |
isProcessIdentifierHierarchically()
Gets the value of the attribute: processIdentifierHierarchically. |
int |
maxSubExpression()
Supported API: false |
int |
minSubExpression()
Supported API: false |
private void |
operatorValidate(OperatorType a_Operator)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(AbstractAttributeSearchExp thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setIdentifier(AttributeIdentifier a_Identifier)
Sets the object for the association that plays role: identifier. |
void |
setOperator(OperatorType a_Operator)
Sets the object for the association that plays role: operator. |
void |
setProcessIdentifierHierarchically(boolean a_ProcessIdentifierHierarchically)
Sets the value of the attribute: processIdentifierHierarchically. |
void |
setValue(AttributeValueCriteria a_Value)
Sets the object for the association that plays role: value. |
protected void |
validateOperator(AttributeIdentifier an_identifier,
OperatorType an_operator)
Supported API: false |
private void |
valueValidate(AttributeValueCriteria a_Value)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private boolean processIdentifierHierarchically
private AttributeValueCriteria value
private AttributeIdentifier identifier
private OperatorType operator
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public AbstractAttributeSearchExp()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(AbstractAttributeSearchExp thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
protected void validateOperator(AttributeIdentifier an_identifier, OperatorType an_operator) throws WTPropertyVetoException
an_identifier
- an_operator
-
WTPropertyVetoException
public int maxSubExpression()
maxSubExpression
in interface SearchExpression
public int minSubExpression()
minSubExpression
in interface SearchExpression
public boolean isProcessIdentifierHierarchically()
isProcessIdentifierHierarchically
in interface AttributeSearchExp
public void setProcessIdentifierHierarchically(boolean a_ProcessIdentifierHierarchically) throws WTPropertyVetoException
setProcessIdentifierHierarchically
in interface AttributeSearchExp
a_ProcessIdentifierHierarchically
-
WTPropertyVetoException
public AttributeValueCriteria getValue()
getValue
in interface AttributeSearchExp
public void setValue(AttributeValueCriteria a_Value) throws WTPropertyVetoException
setValue
in interface AttributeSearchExp
a_Value
-
WTPropertyVetoException
private void valueValidate(AttributeValueCriteria a_Value) throws WTPropertyVetoException
a_Value
-
WTPropertyVetoException
public AttributeIdentifier getIdentifier()
getIdentifier
in interface AttributeSearchExp
public void setIdentifier(AttributeIdentifier a_Identifier) throws WTPropertyVetoException
setIdentifier
in interface AttributeSearchExp
a_Identifier
-
WTPropertyVetoException
private void identifierValidate(AttributeIdentifier a_Identifier) throws WTPropertyVetoException
a_Identifier
-
WTPropertyVetoException
public OperatorType getOperator()
getOperator
in interface AttributeSearchExp
public void setOperator(OperatorType a_Operator) throws WTPropertyVetoException
setOperator
in interface AttributeSearchExp
a_Operator
-
WTPropertyVetoException
private void operatorValidate(OperatorType a_Operator) throws WTPropertyVetoException
a_Operator
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |