com.simonstl.common
Interface NamedComponentI

All Superinterfaces:
NamingI
All Known Subinterfaces:
StackableComponentI
All Known Implementing Classes:
NamedComponent, StackableComponent

public interface NamedComponentI
extends NamingI

Abbreviated information about context - stores names, type, nothing else.

Author:
simonstl

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 interface com.simonstl.common.NamingI
equals, getLocalName, getPrefix, getQName, getUri, hashCode, setLocalName, setPrefix, setQName, setUri
 

Method Detail

setType

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


getType

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


getDiagValue

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


setDiagValue

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