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

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.domain.model.jaxb.NodeType

public class NodeType
extends java.lang.Object

Java content class for nodeType.

The following schema fragment specifies the expected content contained within this java content object.

 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
   <enumeration value="CORE"/>
   <enumeration value="EDGE"/>
   <enumeration value="NEIGH"/>
   <enumeration value="VIRTUAL"/>
 </restriction>
 


Field Summary
static java.lang.String _CORE
           
static java.lang.String _EDGE
           
static java.lang.String _NEIGH
           
static java.lang.String _VIRTUAL
           
static NodeType CORE
           
static NodeType EDGE
           
static NodeType NEIGH
           
static NodeType VIRTUAL
           
 
Constructor Summary
protected NodeType(java.lang.String v)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static NodeType fromString(java.lang.String str)
           
static NodeType fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_CORE

public static final java.lang.String _CORE

CORE

public static final NodeType CORE

_EDGE

public static final java.lang.String _EDGE

EDGE

public static final NodeType EDGE

_NEIGH

public static final java.lang.String _NEIGH

NEIGH

public static final NodeType NEIGH

_VIRTUAL

public static final java.lang.String _VIRTUAL

VIRTUAL

public static final NodeType VIRTUAL
Constructor Detail

NodeType

protected NodeType(java.lang.String v)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public java.lang.String getValue()

hashCode

public final int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public final boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

fromValue

public static NodeType fromValue(java.lang.String value)

fromString

public static NodeType fromString(java.lang.String str)


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