|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents method associated with Attributes.Class
.
Nested Class Summary | |
static interface |
Attributes.Class.Method.Parameter
This interface represents parameter associated with Attributes.Class.Method . |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- name of the methodpublic Attributes.Class.Attribute[] getAttributes()
Attributes.Class.Attribute
associated with this method.
public void setAttributes(Attributes.Class.Attribute[] attributes)
Attributes.Class.Attribute
associated with this method.
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 addpublic Attributes.Class.Method.Parameter[] getParameters()
Attributes.Class.Method.Parameter
associated with this method.
public void setParameters(Attributes.Class.Method.Parameter[] parameters)
Attributes.Class.Method.Parameter
associated with this method.
parameters
- the array of Parameterspublic Attributes.Class.Method.Parameter newParameter()
Attributes.Class.Method.Parameter
.
public void addParameter(Attributes.Class.Method.Parameter parameter)
Attributes.Class.Method.Parameter
.
parameter
- parameter to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |