TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom.category
Class QoS

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.tptp.platform.models.symptom.category.QoS
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class QoS
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Qo S', and utility methods for working with them.

See Also:
CategoryPackage.getQoS()
Generated
[EMF] Model

Field Summary
static int QOS_METRICS
          The 'Qos Metrics' literal value
static QoS QOS_METRICS_LITERAL
          The 'Qos Metrics' literal object
static int QOS_PERFORMANCE
          The 'Qos Performance' literal value
static QoS QOS_PERFORMANCE_LITERAL
          The 'Qos Performance' literal object
static java.util.List VALUES
          A public read-only list of all the 'Qo S' enumerators
 
Method Summary
static QoS get(int value)
          Returns the 'Qo S' literal with the specified integer value
static QoS get(java.lang.String literal)
          Returns the 'Qo S' literal with the specified literal value
static QoS getByName(java.lang.String name)
          Returns the 'Qo S' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

QOS_METRICS

public static final int QOS_METRICS
The 'Qos Metrics' literal value.

If the meaning of 'Qos Metrics' literal object isn't clear, there really should be more of a description here...

See Also:
QOS_METRICS_LITERAL, Constant Field Values
Generated
[EMF] Model
name="qosMetrics" literal="qos:metrics"
[EMF] Ordered

QOS_PERFORMANCE

public static final int QOS_PERFORMANCE
The 'Qos Performance' literal value.

If the meaning of 'Qos Performance' literal object isn't clear, there really should be more of a description here...

See Also:
QOS_PERFORMANCE_LITERAL, Constant Field Values
Generated
[EMF] Model
name="qosPerformance" literal="qos:performance"
[EMF] Ordered

QOS_METRICS_LITERAL

public static final QoS QOS_METRICS_LITERAL
The 'Qos Metrics' literal object.

See Also:
QOS_METRICS
Generated
[EMF] Ordered

QOS_PERFORMANCE_LITERAL

public static final QoS QOS_PERFORMANCE_LITERAL
The 'Qos Performance' literal object.

See Also:
QOS_PERFORMANCE
Generated
[EMF] Ordered

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Qo S' enumerators.

Generated
Method Detail

get

public static QoS get(java.lang.String literal)
Returns the 'Qo S' literal with the specified literal value.

Generated

getByName

public static QoS getByName(java.lang.String name)
Returns the 'Qo S' literal with the specified name.

Generated

get

public static QoS get(int value)
Returns the 'Qo S' literal with the specified integer value.

Generated

TPTP 4.2.0 Platform Project
Public API Specification