public class TDefineMode
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
TDefineMode()
Default constructor.
|
|
TDefineMode(boolean test,
boolean validate)
Initializes the define mode.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.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
Copyright (c) 2017 Software AG. All Rights Reserved.