|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface IMethod.IArgument
| Method Summary | |
|---|---|
IMethod.IArgument |
clone()
Clone this argument. |
java.lang.String |
getComment()
Returns the comment (or plain-english description) associated with this argument. |
IAbstractArtifact |
getContainingArtifact()
Returns the IArtifact that is the "container" for the Argument. |
IMethod |
getContainingMethod()
Returns the IMethod that is the "container" for the argument. |
java.lang.String |
getDefaultValue()
Returns the default value for this argument if it is defined, null otherwise. |
java.lang.String |
getName()
Returns the name associated with this argument. |
int |
getRefBy()
Returns an integer value indicating the reference type of the argument. |
java.lang.String |
getRefByString()
Returns an String value indicating the reference type of the argument. |
IType |
getType()
Returns the type of this argument. |
boolean |
isOrdered()
Returns true if the return of this argument contains ordered values. |
boolean |
isUnique()
Returns true if the argument contains unique values. |
void |
setComment(java.lang.String description)
Sets the comment for this argument. |
void |
setDefaultValue(java.lang.String defaultValue)
Sets the default value fpor this argument. |
void |
setName(java.lang.String name)
Set the name for this argument. |
void |
setOrdered(boolean isOrdered)
Sets the ordered attribute for this argument. |
void |
setRefBy(int refBy)
Set the reference type of the argument. |
void |
setType(IType type)
Set the type of this argument. |
void |
setUnique(boolean isUnique)
Sets the unique attribute for this argument. |
| Methods inherited from interface org.eclipse.tigerstripe.workbench.profile.stereotype.IStereotypeCapable |
|---|
addStereotypeInstance, getAnnotation, getAnnotations, getAnnotations, getStereotypeInstanceByName, getStereotypeInstances, hasAnnotations, hasAnnotations, hasStereotypeInstance, removeStereotypeInstance, removeStereotypeInstances |
| Method Detail |
|---|
IAbstractArtifact getContainingArtifact()
IMethod getContainingMethod()
java.lang.String getComment()
void setComment(java.lang.String description)
description - java.lang.String getName()
void setName(java.lang.String name)
name - boolean isOrdered()
void setOrdered(boolean isOrdered)
isOrdered - boolean isUnique()
void setUnique(boolean isUnique)
isUnique - IType getType()
void setType(IType type)
type - int getRefBy()
void setRefBy(int refBy)
refBy - java.lang.String getRefByString()
java.lang.String getDefaultValue()
void setDefaultValue(java.lang.String defaultValue)
defaultValue - IMethod.IArgument clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||