sfi.director.application.autodoc.ClassOfObjects Class Reference

List of all members.

Detailed Description

Abstraction for user/host classes.


Public Member Functions

 ClassOfObjects (String name, String type)
String name ()
 Accessor for attribute name.
String name (String name)
 Mutator for attribute name.
String type ()
 Accessor for attribute type.
String type (String type)
 Mutator for attribute type.
String memberType ()
 The ServiceDependency type of members.
String id ()
 return a unique id for this service/object, composed of the object type and name
Vector members ()
 Accessor for attribute members.
void members (String member)
 Add a member.

Static Public Attributes

static final String TYPE_USERCLASS = "personclass"
static final String TYPE_HOSTCLASS = "hostclass"

Protected Attributes

String name = ""
 Name of this class.
String type = ""
 Type of this object: see TYPE_*.
Vector members = new Vector()
 alphabetically sorted list of members


Constructor & Destructor Documentation

sfi.director.application.autodoc.ClassOfObjects.ClassOfObjects String  name,
String  type
 


Member Function Documentation

String sfi.director.application.autodoc.ClassOfObjects.id  ) 
 

return a unique id for this service/object, composed of the object type and name

void sfi.director.application.autodoc.ClassOfObjects.members String  member  ) 
 

Add a member.

alphabetically sorted list of members

Vector sfi.director.application.autodoc.ClassOfObjects.members  ) 
 

Accessor for attribute members.

alphabetically sorted list of members

String sfi.director.application.autodoc.ClassOfObjects.memberType  ) 
 

The ServiceDependency type of members.

String sfi.director.application.autodoc.ClassOfObjects.name String  name  ) 
 

Mutator for attribute name.

Name of this class.

String sfi.director.application.autodoc.ClassOfObjects.name  ) 
 

Accessor for attribute name.

Name of this class.

String sfi.director.application.autodoc.ClassOfObjects.type String  type  ) 
 

Mutator for attribute type.

Type of this object: see TYPE_*.

String sfi.director.application.autodoc.ClassOfObjects.type  ) 
 

Accessor for attribute type.

Type of this object: see TYPE_*.


Member Data Documentation

Vector sfi.director.application.autodoc.ClassOfObjects.members = new Vector() [protected]
 

alphabetically sorted list of members

String sfi.director.application.autodoc.ClassOfObjects.name = "" [protected]
 

Name of this class.

String sfi.director.application.autodoc.ClassOfObjects.type = "" [protected]
 

Type of this object: see TYPE_*.

final String sfi.director.application.autodoc.ClassOfObjects.TYPE_HOSTCLASS = "hostclass" [static]
 

final String sfi.director.application.autodoc.ClassOfObjects.TYPE_USERCLASS = "personclass" [static]
 


The documentation for this class was generated from the following file:
Generated on Sat Aug 16 01:20:46 2008 for Node Director by  doxygen 1.4.5