|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A violation of an Audit rule.
Method Summary | |
Transform |
getDefaultTransform() Gets the default transform of this violation, or null if none. |
Location |
getLocation() Gets the location of the violating construct. |
int |
getParameterCount() Gets the number of parameters of this violation. |
java.lang.String |
getParameterName(int index) Gets the name of a parameter of this violation. |
java.lang.Object |
getParameterValue(int index) Gets the value of a parameter of this violation. |
Location |
getRelatedLocation() Gets the location of a construct related to the violation, or null if none. |
Rule |
getRule() Gets the rule violated by this violation. |
Transform |
getTransform(int index) Gets a transform of this violation. |
int |
getTransformCount() Gets the number of transforms of this violation. |
Method Detail |
public Rule getRule()
public Location getLocation()
public Location getRelatedLocation()
public int getParameterCount()
public java.lang.String getParameterName(int index)
index
- The index of the parameter.public java.lang.Object getParameterValue(int index)
index
- The index of the parameter.public int getTransformCount()
public Transform getTransform(int index)
index
- The index of the transform.public Transform getDefaultTransform()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.