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

Packages that use NodeType
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 NodeType in be.ac.ulg.montefiore.run.totem.domain.model.jaxb
 

Fields in be.ac.ulg.montefiore.run.totem.domain.model.jaxb declared as NodeType
static NodeType NodeType.CORE
           
static NodeType NodeType.EDGE
           
static NodeType NodeType.NEIGH
           
static NodeType NodeType.VIRTUAL
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb that return NodeType
static NodeType NodeType.fromString(java.lang.String str)
           
static NodeType NodeType.fromValue(java.lang.String value)
           
 NodeType Node.getType()
          Gets the value of the type property.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb with parameters of type NodeType
 void Node.setType(NodeType value)
          Sets the value of the type property.
 

Uses of NodeType 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 NodeType
protected  NodeType NodeImpl._Type
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl that return NodeType
 NodeType NodeImpl.getType()
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl with parameters of type NodeType
 void NodeImpl.setType(NodeType value)
           
 



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