|
||||||||||
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()
|
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 Method. |
IMethod |
getContainingIMethod()
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. |
IType |
getIType()
Returns the type of this argument. |
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. |
boolean |
isOrdered()
|
boolean |
isUnique()
|
void |
setComment(java.lang.String description)
|
void |
setDefaultValue(java.lang.String defaultValue)
|
void |
setIType(IType type)
|
void |
setName(java.lang.String name)
|
void |
setOrdered(boolean isOrdered)
|
void |
setRefBy(int refBy)
valid values are IField.REFBY_VALUE, IField.REFBY_KEY, IField.REFBY_KEYRESULT |
void |
setUnique(boolean isUnique)
|
Methods inherited from interface org.eclipse.tigerstripe.profile.stereotype.IStereotypeCapable |
---|
addStereotypeInstance, getStereotypeInstances, removeStereotypeInstance, removeStereotypeInstances |
Method Detail |
---|
void setDefaultValue(java.lang.String defaultValue)
void setComment(java.lang.String description)
void setName(java.lang.String name)
void setOrdered(boolean isOrdered)
void setUnique(boolean isUnique)
void setIType(IType type)
void setRefBy(int refBy)
refBy
- IMethod.IArgument clone()
java.lang.String getComment()
IAbstractArtifact getContainingArtifact()
IMethod getContainingIMethod()
java.lang.String getDefaultValue()
IType getIType()
java.lang.String getName()
int getRefBy()
java.lang.String getRefByString()
boolean isOrdered()
boolean isUnique()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |