TPTP 4.2.0 Platform Project
Public API Specification

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

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

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

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

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

Field Summary
static int AVAILABILITY_COMMUNICATION
          The 'Availability Communication' literal value
static Availability AVAILABILITY_COMMUNICATION_LITERAL
          The 'Availability Communication' literal object
static int AVAILABILITY_DATA
          The 'Availability Data' literal value
static Availability AVAILABILITY_DATA_LITERAL
          The 'Availability Data' literal object
static int AVAILABILITY_HARDWARE
          The 'Availability Hardware' literal value
static Availability AVAILABILITY_HARDWARE_LITERAL
          The 'Availability Hardware' literal object
static int AVAILABILITY_IO
          The 'Availability Io' literal value
static Availability AVAILABILITY_IO_LITERAL
          The 'Availability Io' literal object
static int AVAILABILITY_NETWORK
          The 'Availability Network' literal value
static Availability AVAILABILITY_NETWORK_LITERAL
          The 'Availability Network' literal object
static int AVAILABILITY_SOFTWARE
          The 'Availability Software' literal value
static Availability AVAILABILITY_SOFTWARE_LITERAL
          The 'Availability Software' literal object
static int AVAILABILITY_STORAGE
          The 'Availability Storage' literal value
static Availability AVAILABILITY_STORAGE_LITERAL
          The 'Availability Storage' literal object
static java.util.List VALUES
          A public read-only list of all the 'Availability' enumerators
 
Method Summary
static Availability get(int value)
          Returns the 'Availability' literal with the specified integer value
static Availability get(java.lang.String literal)
          Returns the 'Availability' literal with the specified literal value
static Availability getByName(java.lang.String name)
          Returns the 'Availability' 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

AVAILABILITY_STORAGE

public static final int AVAILABILITY_STORAGE
The 'Availability Storage' literal value.

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

See Also:
AVAILABILITY_STORAGE_LITERAL, Constant Field Values
Generated
[EMF] Model
name="availabilityStorage" literal="availability:storage"
[EMF] Ordered

AVAILABILITY_IO

public static final int AVAILABILITY_IO
The 'Availability Io' literal value.

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

See Also:
AVAILABILITY_IO_LITERAL, Constant Field Values
Generated
[EMF] Model
name="availabilityIo" literal="availability:io"
[EMF] Ordered

AVAILABILITY_NETWORK

public static final int AVAILABILITY_NETWORK
The 'Availability Network' literal value.

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

See Also:
AVAILABILITY_NETWORK_LITERAL, Constant Field Values
Generated
[EMF] Model
name="availabilityNetwork" literal="availability:network"
[EMF] Ordered

AVAILABILITY_COMMUNICATION

public static final int AVAILABILITY_COMMUNICATION
The 'Availability Communication' literal value.

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

See Also:
AVAILABILITY_COMMUNICATION_LITERAL, Constant Field Values
Generated
[EMF] Model
name="availabilityCommunication" literal="availability:communication"
[EMF] Ordered

AVAILABILITY_HARDWARE

public static final int AVAILABILITY_HARDWARE
The 'Availability Hardware' literal value.

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

See Also:
AVAILABILITY_HARDWARE_LITERAL, Constant Field Values
Generated
[EMF] Model
name="availabilityHardware" literal="availability:hardware"
[EMF] Ordered

AVAILABILITY_SOFTWARE

public static final int AVAILABILITY_SOFTWARE
The 'Availability Software' literal value.

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

See Also:
AVAILABILITY_SOFTWARE_LITERAL, Constant Field Values
Generated
[EMF] Model
name="availabilitySoftware" literal="availability:software"
[EMF] Ordered

AVAILABILITY_DATA

public static final int AVAILABILITY_DATA
The 'Availability Data' literal value.

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

See Also:
AVAILABILITY_DATA_LITERAL, Constant Field Values
Generated
[EMF] Model
name="availabilityData" literal="availability:data"
[EMF] Ordered

AVAILABILITY_STORAGE_LITERAL

public static final Availability AVAILABILITY_STORAGE_LITERAL
The 'Availability Storage' literal object.

See Also:
AVAILABILITY_STORAGE
Generated
[EMF] Ordered

AVAILABILITY_IO_LITERAL

public static final Availability AVAILABILITY_IO_LITERAL
The 'Availability Io' literal object.

See Also:
AVAILABILITY_IO
Generated
[EMF] Ordered

AVAILABILITY_NETWORK_LITERAL

public static final Availability AVAILABILITY_NETWORK_LITERAL
The 'Availability Network' literal object.

See Also:
AVAILABILITY_NETWORK
Generated
[EMF] Ordered

AVAILABILITY_COMMUNICATION_LITERAL

public static final Availability AVAILABILITY_COMMUNICATION_LITERAL
The 'Availability Communication' literal object.

See Also:
AVAILABILITY_COMMUNICATION
Generated
[EMF] Ordered

AVAILABILITY_HARDWARE_LITERAL

public static final Availability AVAILABILITY_HARDWARE_LITERAL
The 'Availability Hardware' literal object.

See Also:
AVAILABILITY_HARDWARE
Generated
[EMF] Ordered

AVAILABILITY_SOFTWARE_LITERAL

public static final Availability AVAILABILITY_SOFTWARE_LITERAL
The 'Availability Software' literal object.

See Also:
AVAILABILITY_SOFTWARE
Generated
[EMF] Ordered

AVAILABILITY_DATA_LITERAL

public static final Availability AVAILABILITY_DATA_LITERAL
The 'Availability Data' literal object.

See Also:
AVAILABILITY_DATA
Generated
[EMF] Ordered

VALUES

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

Generated
Method Detail

get

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

Generated

getByName

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

Generated

get

public static Availability get(int value)
Returns the 'Availability' literal with the specified integer value.

Generated

TPTP 4.2.0 Platform Project
Public API Specification