|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.accessor.TDefineMode
public class TDefineMode
Class representing information to control a schema defintion.
Constructor Summary | |
---|---|
protected |
TDefineMode()
Default constructor. |
|
TDefineMode(boolean test,
boolean validate)
Initializes the define mode. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Indicates whether some other object is "equal to" this one. |
java.lang.String |
getValue()
Returns the value of this define mode. |
int |
hashCode()
Returns a hash code value for the object. |
boolean |
isTest()
Returns a boolean indicating whether or not the input schema should only be tested. |
boolean |
isValidate()
Returns a boolean indicating whether or not the input schema should be validated. |
java.lang.String |
toString()
Get a string representation for this TDefineMode object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected TDefineMode()
public TDefineMode(boolean test, boolean validate)
test
- indicates if the input schema should only be tested.validate
- indicates if the input schema should be validated.Method Detail |
---|
public boolean isTest()
public boolean isValidate()
public java.lang.String getValue()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- the reference object with which to compare.
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |