Enum Class PCMFileExtensions

java.lang.Object
java.lang.Enum<PCMFileExtensions>
org.palladiosimulator.architecturaltemplates.PCMFileExtensions
All Implemented Interfaces:
Serializable, Comparable<PCMFileExtensions>, Constable, Enumerator

public enum PCMFileExtensions extends Enum<PCMFileExtensions> implements Enumerator
A representation of the literals of the enumeration 'PCM File Extensions', and utility methods for working with them.
See Also:
Generated class or method.
EMF model class or method.
  • Enum Constant Details

    • SYSTEM

      public static final PCMFileExtensions SYSTEM
      The 'SYSTEM' literal object.
      See Also:
      Generated class or method.
      Ordered collection.
    • ALLOCATION

      public static final PCMFileExtensions ALLOCATION
      The 'ALLOCATION' literal object.
      See Also:
      Generated class or method.
      Ordered collection.
    • RESOURCEENVIRONMENT

      public static final PCMFileExtensions RESOURCEENVIRONMENT
      The 'RESOURCEENVIRONMENT' literal object.
      See Also:
      Generated class or method.
      Ordered collection.
    • REPOSITORY

      public static final PCMFileExtensions REPOSITORY
      The 'REPOSITORY' literal object.
      See Also:
      Generated class or method.
      Ordered collection.
    • USAGEMODEL

      public static final PCMFileExtensions USAGEMODEL
      The 'USAGEMODEL' literal object.
      See Also:
      Generated class or method.
      Ordered collection.
    • RESOURCETYPE

      public static final PCMFileExtensions RESOURCETYPE
      The 'RESOURCETYPE' literal object.
      See Also:
      Generated class or method.
      Ordered collection.
    • MONITORREPOSITORY

      public static final PCMFileExtensions MONITORREPOSITORY
      The 'MONITORREPOSITORY' literal object.
      See Also:
      Generated class or method.
      Ordered collection.
    • PCMMEASURINGPOINT

      public static final PCMFileExtensions PCMMEASURINGPOINT
      The 'PCMMEASURINGPOINT' literal object.
      See Also:
      Generated class or method.
      Ordered collection.
    • SERVICELEVELOBJECTIVE

      public static final PCMFileExtensions SERVICELEVELOBJECTIVE
      The 'SERVICELEVELOBJECTIVE' literal object.
      See Also:
      Generated class or method.
      Ordered collection.
  • Field Details

    • SYSTEM_VALUE

      public static final int SYSTEM_VALUE
      The 'SYSTEM' literal value.

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

      See Also:
      Generated class or method.
      EMF model class or method.
      literal="system"
      Ordered collection.
    • ALLOCATION_VALUE

      public static final int ALLOCATION_VALUE
      The 'ALLOCATION' literal value.

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

      See Also:
      Generated class or method.
      EMF model class or method.
      literal="allocation"
      Ordered collection.
    • RESOURCEENVIRONMENT_VALUE

      public static final int RESOURCEENVIRONMENT_VALUE
      The 'RESOURCEENVIRONMENT' literal value.

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

      See Also:
      Generated class or method.
      EMF model class or method.
      literal="resourceenvironment"
      Ordered collection.
    • REPOSITORY_VALUE

      public static final int REPOSITORY_VALUE
      The 'REPOSITORY' literal value.

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

      See Also:
      Generated class or method.
      EMF model class or method.
      literal="repository"
      Ordered collection.
    • USAGEMODEL_VALUE

      public static final int USAGEMODEL_VALUE
      The 'USAGEMODEL' literal value.

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

      See Also:
      Generated class or method.
      EMF model class or method.
      literal="usagemodel"
      Ordered collection.
    • RESOURCETYPE_VALUE

      public static final int RESOURCETYPE_VALUE
      The 'RESOURCETYPE' literal value.

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

      See Also:
      Generated class or method.
      EMF model class or method.
      literal="resourcetype"
      Ordered collection.
    • MONITORREPOSITORY_VALUE

      public static final int MONITORREPOSITORY_VALUE
      The 'MONITORREPOSITORY' literal value.

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

      See Also:
      Generated class or method.
      EMF model class or method.
      literal="monitorrepository"
      Ordered collection.
    • PCMMEASURINGPOINT_VALUE

      public static final int PCMMEASURINGPOINT_VALUE
      The 'PCMMEASURINGPOINT' literal value.

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

      See Also:
      Generated class or method.
      EMF model class or method.
      literal="pcmmeasuringpoint"
      Ordered collection.
    • SERVICELEVELOBJECTIVE_VALUE

      public static final int SERVICELEVELOBJECTIVE_VALUE
      The 'SERVICELEVELOBJECTIVE' literal value.

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

      See Also:
      Generated class or method.
      EMF model class or method.
      literal="slo"
      Ordered collection.
    • VALUES

      public static final List<PCMFileExtensions> VALUES
      A public read-only list of all the 'PCM File Extensions' enumerators.
      Generated class or method.
  • Method Details

    • values

      public static PCMFileExtensions[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PCMFileExtensions valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • get

      public static PCMFileExtensions get(String literal)
      Returns the 'PCM File Extensions' literal with the specified literal value.
      Parameters:
      literal - the literal.
      Returns:
      the matching enumerator or null.
      Generated class or method.
    • getByName

      public static PCMFileExtensions getByName(String name)
      Returns the 'PCM File Extensions' literal with the specified name.
      Parameters:
      name - the name.
      Returns:
      the matching enumerator or null.
      Generated class or method.
    • get

      public static PCMFileExtensions get(int value)
      Returns the 'PCM File Extensions' literal with the specified integer value.
      Parameters:
      value - the integer value.
      Returns:
      the matching enumerator or null.
      Generated class or method.
    • getValue

      public int getValue()
      Specified by:
      getValue in interface Enumerator
      Generated class or method.
    • getName

      public String getName()
      Specified by:
      getName in interface Enumerator
      Generated class or method.
    • getLiteral

      public String getLiteral()
      Specified by:
      getLiteral in interface Enumerator
      Generated class or method.
    • toString

      public String toString()
      Returns the literal value of the enumerator, which is its string representation.
      Overrides:
      toString in class Enum<PCMFileExtensions>
      Generated class or method.