Issue
Inheritance: java.lang.Object
public class Issue
Represents a single validation issue in the document.
Constructors
Constructor | Description |
---|---|
Issue() | Constructor |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getID() | Specifies the unique identifier of the validation issue. |
getIgnored() | Specifies whether the validation issue is currently ignored. |
getIssueTarget() | Depending on the target of the parent validation issue, specifies either the page, or both the page and the shape, that the parent validation issue is associated with. |
getRuleInfo() | Specifies information about the validation rule that the parent validation issue pertains to. |
hashCode() | |
notify() | |
notifyAll() | |
setID(long value) | For the description of this property, please see getID() |
setIgnored(int value) | For the description of this property, please see getIgnored() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
Issue()
public Issue()
Constructor
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>
getID()
public long getID()
Specifies the unique identifier of the validation issue.
Returns: long
getIgnored()
public int getIgnored()
Specifies whether the validation issue is currently ignored. The default is False.
Returns: int
getIssueTarget()
public IssueTarget getIssueTarget()
Depending on the target of the parent validation issue, specifies either the page, or both the page and the shape, that the parent validation issue is associated with. If the target of the parent validation issue is a document, IssueTarget specifies neither a page nor a shape.
Returns: IssueTarget
getRuleInfo()
public RuleInfo getRuleInfo()
Specifies information about the validation rule that the parent validation issue pertains to.
Returns: RuleInfo
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setID(long value)
public void setID(long value)
For the description of this property, please see getID()
Parameters:
Parameter | Type | Description |
---|---|---|
value | long |
setIgnored(int value)
public void setIgnored(int value)
For the description of this property, please see getIgnored()
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 |