ist.palcom.resource.descriptor
Class ResourceStatusInfo

java.lang.Object
  extended by ist.palcom.resource.descriptor.ASTNode
      extended by ist.palcom.resource.descriptor.AbstractXMLRepresentable
          extended by ist.palcom.resource.descriptor.Info
              extended by ist.palcom.resource.descriptor.ResourceStatusInfo
All Implemented Interfaces:
XMLRepresentable, java.lang.Cloneable

public class ResourceStatusInfo
extends Info
implements java.lang.Cloneable


Field Summary
 
Fields inherited from class ist.palcom.resource.descriptor.Info
getAddress_visited
 
Fields inherited from class ist.palcom.resource.descriptor.AbstractXMLRepresentable
getBrowserLabel_visited
 
Fields inherited from class ist.palcom.resource.descriptor.ASTNode
CHANGE, children, encloseInBraces_visited, generatedWithCacheCycle, generatedWithCircularEnabled, generatedWithComponentCheck, getAssemblyLabel_visited, getErrorList_visited, getIndent_visited, getParentPRDAssemblyVer_visited, getPrettyClosingString_visited, getPrettyString_visited, IN_CIRCLE, LAST_CYCLE, numChildren, parent, prettyPrintChildren_visited, RESET_CYCLE
 
Constructor Summary
ResourceStatusInfo()
           
ResourceStatusInfo(AbstractResourceAddress p0, byte p1, java.lang.String p2)
           
 
Method Summary
 java.lang.Object clone()
           
 ASTNode copy()
           
 void flushCache()
           
 ASTNode fullCopy()
           
 AbstractResourceAddress getAddress()
           
 AbstractResourceAddress getAddressNoTransform()
           
 java.lang.String getHelpText()
           
 byte getStatus()
           
protected  int numChildren()
           
 void setAddress(AbstractResourceAddress node)
           
 void setHelpText(java.lang.String value)
           
 void setStatus(byte value)
           
 
Methods inherited from class ist.palcom.resource.descriptor.Info
getTagName, initializeFromElement, writeXMLElement
 
Methods inherited from class ist.palcom.resource.descriptor.AbstractXMLRepresentable
addChildFromXMLElement, addToAssembly, equals, getBrowserLabel, getXMLData, getXMLData, removeFromAssembly, toString
 
Methods inherited from class ist.palcom.resource.descriptor.ASTNode
addASTtoList, addChild, Define_AbstractResourceAddress_custServiceAddress, Define_AbstractResourceAddress_provServiceAddress, 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_Universe_universe, encloseInBraces, getAssemblyLabel, getChild, getChildArray, getChildNoTransform, getErrorList, getIDforEditing, getIndent, getIndexOfChild, getNumChild, getParent, getParentPRDAssemblyVer, getPrettyClosingString, getPrettyString, insertChild, prettyprint, prettyPrintChildren, remove, removeChild, reset, resetTree, setChild, setParent, updateIDfromEditor
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceStatusInfo

public ResourceStatusInfo()

ResourceStatusInfo

public ResourceStatusInfo(AbstractResourceAddress p0,
                          byte p1,
                          java.lang.String p2)
Method Detail

flushCache

public void flushCache()
Overrides:
flushCache in class Info

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class Info
Throws:
java.lang.CloneNotSupportedException

copy

public ASTNode copy()
Overrides:
copy in class ASTNode

fullCopy

public ASTNode fullCopy()
Overrides:
fullCopy in class ASTNode

numChildren

protected int numChildren()
Overrides:
numChildren in class Info

setAddress

public void setAddress(AbstractResourceAddress node)

getAddress

public AbstractResourceAddress getAddress()
Overrides:
getAddress in class Info

getAddressNoTransform

public AbstractResourceAddress getAddressNoTransform()

setStatus

public void setStatus(byte value)

getStatus

public byte getStatus()

setHelpText

public void setHelpText(java.lang.String value)

getHelpText

public java.lang.String getHelpText()