|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.query.report.ReportItem
com.metamatrix.query.function.metadata.InvalidFunctionItem
public class InvalidFunctionItem
This is a specialized report item for reporting invalid function methods during function metadata validation. It is overrides ReportItem and adds an additional attribute with the method reference for the invalid method.
| Field Summary | |
|---|---|
static java.lang.String |
INVALID_FUNCTION
Report item type |
| Constructor Summary | |
|---|---|
InvalidFunctionItem()
Constructor for InvalidFunctionItem. |
|
InvalidFunctionItem(FunctionMethod method,
java.lang.String message)
Construct with invalid function object and exception. |
|
| Method Summary | |
|---|---|
FunctionMethod |
getMethod()
Gets the method. |
void |
setMethod(FunctionMethod method)
Sets the method. |
| Methods inherited from class com.metamatrix.query.report.ReportItem |
|---|
getMessage, getType, setMessage, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String INVALID_FUNCTION
| Constructor Detail |
|---|
public InvalidFunctionItem()
public InvalidFunctionItem(FunctionMethod method,
java.lang.String message)
method - Invalid function method objectmessage - Message describing invalid function| Method Detail |
|---|
public FunctionMethod getMethod()
public void setMethod(FunctionMethod method)
method - The method to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||