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

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

public class LspBackupType
extends java.lang.Object

Java content class for lspBackupType.

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="DETOUR_LOCAL"/>
   <enumeration value="DETOUR_E2E"/>
   <enumeration value="BYPASS"/>
 </restriction>
 


Field Summary
static java.lang.String _BYPASS
           
static java.lang.String _DETOUR_E_2_E
           
static java.lang.String _DETOUR_LOCAL
           
static LspBackupType BYPASS
           
static LspBackupType DETOUR_E_2_E
           
static LspBackupType DETOUR_LOCAL
           
 
Constructor Summary
protected LspBackupType(java.lang.String v)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static LspBackupType fromString(java.lang.String str)
           
static LspBackupType 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

_DETOUR_LOCAL

public static final java.lang.String _DETOUR_LOCAL

DETOUR_LOCAL

public static final LspBackupType DETOUR_LOCAL

_DETOUR_E_2_E

public static final java.lang.String _DETOUR_E_2_E

DETOUR_E_2_E

public static final LspBackupType DETOUR_E_2_E

_BYPASS

public static final java.lang.String _BYPASS

BYPASS

public static final LspBackupType BYPASS
Constructor Detail

LspBackupType

protected LspBackupType(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 LspBackupType fromValue(java.lang.String value)

fromString

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


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