ValidationProperties

Inheritance: java.lang.Object

public class ValidationProperties

Encapsulates properties related to validation for the document.

Constructors

ConstructorDescription
ValidationProperties(DateTime lastValidated, int showIgnored)Constructor.

Methods

MethodDescription
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:

ParameterTypeDescription
lastValidatedDateTime
showIgnoredint

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueDateTime

setShowIgnored(int value)

public void setShowIgnored(int value)

For the description of this property, please see getShowIgnored()

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int