|
|||||||||
| Home >> All >> org >> jdaemon >> [ six overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdaemon.six
Class ClassID

java.lang.Objectorg.jdaemon.six.ClassID
- public class ClassID
- extends java.lang.Object
Class encapsulating naming convention for SIX element class attribute
| Field Summary | |
private org.jdaemon.util.QuickList |
elements
Actual list of ClassID name components |
static ClassID |
EMPTY
The empty ClassID. |
| Constructor Summary | |
protected |
ClassID(org.jdaemon.util.QuickList elements)
Creates a new instance of ClassID. |
| Method Summary | |
ClassID |
add(java.lang.String name)
Add a new name component to a ClassID |
java.lang.String |
head()
Get the topmost (last added) component of this class ID. |
ClassID |
tail()
Get the remainder of this class ID once the head component is removed |
java.lang.String |
toString()
Get a String representation of a ClassID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
elements
private org.jdaemon.util.QuickList elements
- Actual list of ClassID name components
EMPTY
public static final ClassID EMPTY
- The empty ClassID. New ClassIDs should be created by adding to EMPTY
| Constructor Detail |
ClassID
protected ClassID(org.jdaemon.util.QuickList elements)
- Creates a new instance of ClassID.
Protected constructor. New ClassIDs should be created by adding to the empty class ID.
| Method Detail |
add
public ClassID add(java.lang.String name)
- Add a new name component to a ClassID
toString
public java.lang.String toString()
- Get a String representation of a ClassID
head
public java.lang.String head()
- Get the topmost (last added) component of this class ID.
tail
public ClassID tail()
- Get the remainder of this class ID once the head component is removed
|
|||||||||
| Home >> All >> org >> jdaemon >> [ six overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jdaemon.six.ClassID