ValidationProperties
Contents
[
Hide
]Inheritance: java.lang.Object
public class ValidationProperties
Encapsulates properties related to validation for the document.
Constructors
| Constructor | Description |
|---|---|
| ValidationProperties(DateTime lastValidated, int showIgnored) | Constructor. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getLastValidated() | The date and time the document was last validated |
| getShowIgnored() | Whether to show ignored validation issues in the Issues window. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setLastValidated(DateTime value) | For the description of this property, please see getLastValidated() |
| setShowIgnored(int value) | For the description of this property, please see getShowIgnored() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ValidationProperties(DateTime lastValidated, int showIgnored)
public ValidationProperties(DateTime lastValidated, int showIgnored)
Constructor.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| lastValidated | DateTime | |
| showIgnored | int |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLastValidated()
public DateTime getLastValidated()
The date and time the document was last validated
Returns: DateTime
getShowIgnored()
public int getShowIgnored()
Whether to show ignored validation issues in the Issues window.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setLastValidated(DateTime value)
public void setLastValidated(DateTime value)
For the description of this property, please see getLastValidated()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | DateTime |
setShowIgnored(int value)
public void setShowIgnored(int value)
For the description of this property, please see getShowIgnored()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |