org.systinet.wasp.dd
Interface Attributes


public interface Attributes

This interface represents configuration of attribues in deployment descriptor.

Component:
Core

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

getClasses

public Attributes.Class[] getClasses()
Gets the array of Attributes.Class.

Returns:
the array of Classes

setClasses

public void setClasses(Attributes.Class[] classes)
Sets the array of Attributes.Class

Parameters:
classes - the array of Classes to set

newClass

public Attributes.Class newClass()
Creates new instance of Attributes.Class

Returns:
new instance of Classes

addClass

public void addClass(Attributes.Class clazz)
Adds Attributes.Class to the array.

Parameters:
clazz - class to add