|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweborb.inspection.ArgumentDescriptor
public class ArgumentDescriptor
ArgumentDescriptor ArgumentDescriptor describes a method argument in an inspection response. Argument descriptors should be added to method descriprors (see MethodDescriptor) using MethodDescriptor.addArgument()
| Field Summary | |
|---|---|
java.lang.String |
description
|
java.lang.String |
name
|
boolean |
required
|
java.lang.String |
type
|
| Fields inherited from interface weborb.inspection.IInspectionConstants |
|---|
ARGUMENTMETADATA, FUNCTIONMETADATA, SERVICEMETADATA |
| Constructor Summary | |
|---|---|
ArgumentDescriptor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTypeName()
This method is not intended for public use. |
void |
setArgumentName(java.lang.String name)
Set argument name |
void |
setArgumentType(java.lang.String type)
Set argument type. |
void |
setDescription(java.lang.String description)
Set argument description |
void |
setIsRequired(boolean isRequired)
Set a flag indicating whether the argument is required. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public java.lang.String description
public java.lang.String type
public boolean required
| Constructor Detail |
|---|
public ArgumentDescriptor()
| Method Detail |
|---|
public void setArgumentName(java.lang.String name)
name - name of the argumentpublic void setArgumentType(java.lang.String type)
type - type of the argumentpublic void setDescription(java.lang.String description)
description - description of the argumentpublic void setIsRequired(boolean isRequired)
isRequired - public java.lang.String getTypeName()
getTypeName in interface INamedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||