Uses of Class
be.ac.ulg.montefiore.run.totem.domain.model.jaxb.StatusType

Packages that use StatusType
be.ac.ulg.montefiore.run.totem.domain.model.jaxb This package holds the classes generated by JAXB for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl This package holds the implementation of the classes generated by JAXB for the domain package. 
 

Uses of StatusType in be.ac.ulg.montefiore.run.totem.domain.model.jaxb
 

Fields in be.ac.ulg.montefiore.run.totem.domain.model.jaxb declared as StatusType
static StatusType StatusType.DOWN
           
static StatusType StatusType.UP
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb that return StatusType
static StatusType StatusType.fromString(java.lang.String str)
           
static StatusType StatusType.fromValue(java.lang.String value)
           
 StatusType NodeInterface.getStatus()
          Gets the value of the status property.
 StatusType Node.getStatus()
          Gets the value of the status property.
 StatusType Lsp.getStatus()
          Gets the value of the status property.
 StatusType Link.getStatus()
          Gets the value of the status property.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb with parameters of type StatusType
 void NodeInterface.setStatus(StatusType value)
          Sets the value of the status property.
 void Node.setStatus(StatusType value)
          Sets the value of the status property.
 void Lsp.setStatus(StatusType value)
          Sets the value of the status property.
 void Link.setStatus(StatusType value)
          Sets the value of the status property.
 

Uses of StatusType in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl
 

Fields in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl declared as StatusType
protected  StatusType NodeImpl._Status
           
protected  StatusType LspImpl._Status
           
protected  StatusType LinkImpl._Status
           
protected  StatusType NodeInterfaceImpl._Status
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl that return StatusType
 StatusType NodeImpl.getStatus()
           
 StatusType LspImpl.getStatus()
           
 StatusType LinkImpl.getStatus()
           
 StatusType NodeInterfaceImpl.getStatus()
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl with parameters of type StatusType
 void NodeImpl.setStatus(StatusType value)
           
 void LspImpl.setStatus(StatusType value)
           
 void LinkImpl.setStatus(StatusType value)
           
 void NodeInterfaceImpl.setStatus(StatusType value)
           
 



Copyright © 2004-2006 Research Unit in Networking, All Rights Reserved.