ist.palcom.resource.descriptor
Class PRDServiceListItem

java.lang.Object
  extended by ist.palcom.resource.descriptor.ASTNode
      extended by ist.palcom.resource.descriptor.AbstractXMLRepresentable
          extended by ist.palcom.resource.descriptor.PRDData
              extended by ist.palcom.resource.descriptor.PalcomResourceDescriptor
                  extended by ist.palcom.resource.descriptor.PRDSecondOrder
                      extended by ist.palcom.resource.descriptor.PRDServiceListItem
All Implemented Interfaces:
IHgraphNode, XMLRepresentable
Direct Known Subclasses:
PRDService, PRDSubList

public abstract class PRDServiceListItem
extends PRDSecondOrder


Field Summary
 
Fields inherited from class ist.palcom.resource.descriptor.PalcomResourceDescriptor
tokenString_Name
 
Fields inherited from class ist.palcom.resource.descriptor.PRDData
_node, FULLY_OPERATIONAL, NOT_OPERATIONAL, PARTIALLY_OPERATIONAL
 
Fields inherited from class ist.palcom.resource.descriptor.AbstractXMLRepresentable
getBrowserLabel_visited
 
Fields inherited from class ist.palcom.resource.descriptor.ASTNode
children, encloseInBraces_visited, generatedWithCacheCycle, generatedWithCircularEnabled, generatedWithComponentCheck, getAssemblyLabel_visited, getErrorList_visited, getIndent_visited, getParentPRDAssemblyVer_visited, getPrettyClosingString_visited, getPrettyString_visited, numChildren, parent, prettyPrintChildren_visited
 
Fields inherited from interface ist.palcom.hgraph.IHgraphNode
CHILD_NAME_CLASH, CIRCULARITY_CLASH, COMMAND_OR_NODE_MISSING, ERROR, HANDLER_MISSING, INVOKATOR_MISSING, LISTENER_MISSING, NODE_NOT_CHILD, PATH_MISSING, SIBLING_ALREADY_EXISTS, SIBLING_NONEXISTENT, SIBLING_REFERENCE_ALREADY_EXISTS, SIBLING_REFERENCE_NONEXISTENT, STATUS_OK, VALUE_ALREADY_EXISTS, VALUE_NOT_PRESENT
 
Constructor Summary
PRDServiceListItem()
           
PRDServiceListItem(java.lang.String p0)
           
 
Method Summary
 void flushCache()
           
 LocalSID getLocalSID()
           
 java.lang.String getName()
           
 void init$copy(java.lang.Object o)
           
protected  int numChildren()
           
 void setName(java.lang.String value)
           
 
Methods inherited from class ist.palcom.resource.descriptor.PalcomResourceDescriptor
initializeFromElement, writeAttributes
 
Methods inherited from class ist.palcom.resource.descriptor.PRDData
addNodeChild, getChildIterator, getFuncFunc, getNodeName, getNodeParent, getPath, getPRDDataThatEquals, getPRDDataThatIsAboutTheSameEntityAs, getSiblingFunc, getValueFunc, hasChildNamed, isAboutTheSameEntityAs, isAncestorOf, removeNodeChild, safeEqual, setChild, setNodeName, setNodeParent, toXML, toXMLFull, toXMLFullRecursively, toXMLRecursively, updatePath
 
Methods inherited from class ist.palcom.resource.descriptor.AbstractXMLRepresentable
addChildFromXMLElement, addToAssembly, equals, getBrowserLabel, getTagName, getXMLData, getXMLData, removeFromAssembly, toString
 
Methods inherited from class ist.palcom.resource.descriptor.ASTNode
addASTtoList, addChild, copy, Define_AbstractResourceAddress_custServiceAddress, Define_CommandInfo_ci, Define_Device_parentDevice, Define_Identifier_getLocalName, Define_NetworkNode_lookup, Define_PRDAssemblyVer_av, Define_Service_inhCust, Define_Service_inhProv, Define_Service_parentService, Define_String_expectedType, Define_String_parentServiceName, Define_String_serviceKindFromSubList, Define_Universe_universe, encloseInBraces, fullCopy, getAssemblyLabel, getChild, getChildArray, getChildNoTransform, getErrorList, getIDforEditing, getIndent, getIndexOfChild, getNumChild, getNumChildNoTransform, getParent, getParentPRDAssemblyVer, getPrettyClosingString, getPrettyString, insertChild, prettyprint, prettyPrintChildren, remove, removeChild, resetTree, setParent, state, updateIDfromEditor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ist.palcom.xml.XMLRepresentable
writeXMLElement
 

Constructor Detail

PRDServiceListItem

public PRDServiceListItem()

PRDServiceListItem

public PRDServiceListItem(java.lang.String p0)
Method Detail

flushCache

public void flushCache()
Overrides:
flushCache in class PRDSecondOrder

init$copy

public void init$copy(java.lang.Object o)
Overrides:
init$copy in class PRDSecondOrder

getLocalSID

public LocalSID getLocalSID()
Overrides:
getLocalSID in class PRDData
Returns:
The LocalSID of the entity described, or null if not applicable.

numChildren

protected int numChildren()
Overrides:
numChildren in class PRDSecondOrder

setName

public void setName(java.lang.String value)
Overrides:
setName in class PRDSecondOrder

getName

public java.lang.String getName()
Overrides:
getName in class PRDSecondOrder