|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents configuration of class' attributes.
Nested Class Summary | |
static interface |
Attributes.Class.Attribute
This interface represents attribute associated with Attributes.Class ,
Attributes.Class.Field , Attributes.Class.Method or
Attributes.Class.Method.Parameter . |
static interface |
Attributes.Class.Field
This interface represents field associated with Attributes.Class . |
static interface |
Attributes.Class.Method
This interface represents method associated with Attributes.Class . |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the full qualified name of the classpublic Attributes.Class.Attribute[] getAttributes()
Attributes.Class.Attribute
associated with this class.
public void setAttributes(Attributes.Class.Attribute[] attributes)
Attributes.Class.Attribute
associated with this class.
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.Field[] getFields()
Attributes.Class.Field
associated with this class.
public void setFields(Attributes.Class.Field[] fields)
Attributes.Class.Field
associated with this class.
fields
- the array of Fieldspublic Attributes.Class.Field newField()
Attributes.Class.Field
.
public void addField(Attributes.Class.Field field)
Attributes.Class.Field
.
field
- field to addpublic Attributes.Class.Method[] getMethods()
Attributes.Class.Method
associated with this class.
public void setMethods(Attributes.Class.Method[] methods)
Attributes.Class.Method
associated with this class.
methods
- the array of Methodspublic Attributes.Class.Method newMethod()
Attributes.Class.Method
.
public void addMethod(Attributes.Class.Method method)
Attributes.Class.Method
.
method
- method to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |