|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents configuration of attribues in deployment descriptor.
Nested Class Summary | |
static interface |
Attributes.Class
This interface represents configuration of class' attributes. |
Method Summary | |
void |
addClass(Attributes.Class clazz)
Adds Attributes.Class to the array. |
Attributes.Class[] |
getClasses()
Gets the array of Attributes.Class . |
Attributes.Class |
newClass()
Creates new instance of Attributes.Class |
void |
setClasses(Attributes.Class[] classes)
Sets the array of Attributes.Class |
Method Detail |
public Attributes.Class[] getClasses()
Attributes.Class
.
public void setClasses(Attributes.Class[] classes)
Attributes.Class
classes
- the array of Classes to setpublic Attributes.Class newClass()
Attributes.Class
public void addClass(Attributes.Class clazz)
Attributes.Class
to the array.
clazz
- class to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |