com.simonstl.common
Class NamedComponent

java.lang.Object
  |
  +--com.simonstl.common.Name
        |
        +--com.simonstl.common.NamedComponent
All Implemented Interfaces:
NamedComponentI, NamingI
Direct Known Subclasses:
StackableComponent

public class NamedComponent
extends Name
implements NamedComponentI

Created by IntelliJ IDEA. User: simon Date: Mar 8, 2003 Time: 11:45:12 AM To change this template use Options | File Templates.


Field Summary
protected  java.lang.String diagValue
           
protected  NodeType type
           
 
Fields inherited from class com.simonstl.common.Name
localName, nsURI, prefix
 
Constructor Summary
NamedComponent()
           
 
Method Summary
 java.lang.String getDiagValue()
          Returns the value of the component for diagnostic purposes.
 NodeType getType()
          Returns the type of the component.
 void setDiagValue(java.lang.String value)
          Sets the value of the component for diagnostic purposes.
 void setType(NodeType _type)
          Sets the type of the component.
 
Methods inherited from class com.simonstl.common.Name
breakQName, equals, getLocalName, getPrefix, getQName, getUri, hashCode, setLocalName, setPrefix, setQName, setUri, toHashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.simonstl.common.NamingI
equals, getLocalName, getPrefix, getQName, getUri, hashCode, setLocalName, setPrefix, setQName, setUri
 

Field Detail

type

protected NodeType type

diagValue

protected java.lang.String diagValue
Constructor Detail

NamedComponent

public NamedComponent()
Method Detail

setType

public void setType(NodeType _type)
Sets the type of the component.

Specified by:
setType in interface NamedComponentI

getType

public NodeType getType()
Returns the type of the component.

Specified by:
getType in interface NamedComponentI

getDiagValue

public java.lang.String getDiagValue()
Returns the value of the component for diagnostic purposes. Values may be missing or abbreviated.

Specified by:
getDiagValue in interface NamedComponentI

setDiagValue

public void setDiagValue(java.lang.String value)
Sets the value of the component for diagnostic purposes. Values may be missing or abbreviated.

Specified by:
setDiagValue in interface NamedComponentI