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 Node.getStatus()
          Gets the value of the status property.
 StatusType Link.getStatus()
          Gets the value of the status property.
 StatusType NodeInterface.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 Node.setStatus(StatusType value)
          Sets the value of the status property.
 void Link.setStatus(StatusType value)
          Sets the value of the status property.
 void NodeInterface.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 LinkImpl._Status
           
protected  StatusType NodeImpl._Status
           
protected  StatusType NodeInterfaceImpl._Status
           
 

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

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



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