Eidola home

org.eidola.kernel
Class ContainerPart

java.lang.Object
  |
  +--org.eidola.util.EnumeratedType
        |
        +--org.eidola.kernel.ContainerPart

public final class ContainerPart
extends EnumeratedType

Identifies a paritcular part of an element. Element and its subclasses define instances (e.g. Element.OWNER).

Version:
[Development version]
Author:
Paul Cantrell
See Also:
StructureChanged

Constructor Summary
ContainerPart(String name)
          Creates a new identifier for part of an element.
 
Methods inherited from class org.eidola.util.EnumeratedType
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerPart

public ContainerPart(String name)
Creates a new identifier for part of an element. This constructor is public, although it should really only be called from Element and its subclasses.
Parameters:
The - name of the element part.

Eidola home