|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents parameter associated with Attributes.Class.Method
.
Method Summary | |
void |
addAttribute(Attributes.Class.Attribute attribute)
Adds Attributes.Class.Attribute . |
Attributes.Class.Attribute[] |
getAttributes()
Gets the array of Attributes.Class.Attribute associated with this parameter. |
int |
getNumber()
Gets the number of the paramter. |
Attributes.Class.Attribute |
newAttribute()
Creates new instance of Attributes.Class.Attribute . |
void |
setAttributes(Attributes.Class.Attribute[] attributes)
Sets the array of Attributes.Class.Attribute associated with this parameter. |
void |
setNumber(int number)
Sets the number of the paramter. |
Method Detail |
public int getNumber()
public void setNumber(int number)
number
- number of parameterpublic Attributes.Class.Attribute[] getAttributes()
Attributes.Class.Attribute
associated with this parameter.
public void setAttributes(Attributes.Class.Attribute[] attributes)
Attributes.Class.Attribute
associated with this parameter.
attributes
- the array of Attributespublic Attributes.Class.Attribute newAttribute()
Attributes.Class.Attribute
.
public void addAttribute(Attributes.Class.Attribute attribute)
Attributes.Class.Attribute
.
attribute
- attribute to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |