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

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

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



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