be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Class StrategyType
java.lang.Object
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.StrategyType
public class StrategyType
- extends java.lang.Object
Java content class for strategyType.
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="IP"/>
<enumeration value="BIS"/>
<enumeration value="IS"/>
<enumeration value="OVERLAY"/>
</restriction>
Constructor Summary |
protected |
StrategyType(java.lang.String v)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_IP
public static final java.lang.String _IP
IP
public static final StrategyType IP
_BIS
public static final java.lang.String _BIS
BIS
public static final StrategyType BIS
_IS
public static final java.lang.String _IS
IS
public static final StrategyType IS
_OVERLAY
public static final java.lang.String _OVERLAY
OVERLAY
public static final StrategyType OVERLAY
StrategyType
protected StrategyType(java.lang.String v)
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 StrategyType fromValue(java.lang.String value)
fromString
public static StrategyType fromString(java.lang.String str)
Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.