TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.configuration
Interface HyadesServicePackEnumeration

All Superinterfaces:
CFGPsudoEnumeration, org.eclipse.emf.ecore.EObject, ICategoryEnumeration, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
HyadesServicePackEnumerationImpl

public interface HyadesServicePackEnumeration
extends CFGPsudoEnumeration

A representation of the model object 'Hyades Service Pack Enumeration'.

The following features are supported:

See Also:
Common_ConfigurationPackage.getHyadesServicePackEnumeration()
Generated
[EMF] Model

Method Summary
 java.lang.String getSP_1()
          Returns the value of the 'SP 1' attribute.
 java.lang.String getSP_100()
          Returns the value of the 'SP 100' attribute.
 java.lang.String getSP_101()
          Returns the value of the 'SP 101' attribute.
 java.lang.String getSP_2()
          Returns the value of the 'SP 2' attribute.
 java.lang.String getSP_200()
          Returns the value of the 'SP 200' attribute.
 java.lang.String getSP_201()
          Returns the value of the 'SP 201' attribute.
 java.lang.String getSP_3()
          Returns the value of the 'SP 3' attribute.
 java.lang.String getSP_300()
          Returns the value of the 'SP 300' attribute.
 java.lang.String getSP_301()
          Returns the value of the 'SP 301' attribute.
 java.lang.String getSP_4()
          Returns the value of the 'SP 4' attribute.
 java.lang.String getSP_400()
          Returns the value of the 'SP 400' attribute.
 java.lang.String getSP_401()
          Returns the value of the 'SP 401' attribute.
 java.lang.String getSP_5()
          Returns the value of the 'SP 5' attribute.
 java.lang.String getSP_500()
          Returns the value of the 'SP 500' attribute.
 java.lang.String getSP_501()
          Returns the value of the 'SP 501' attribute.
 java.lang.String getSP_6()
          Returns the value of the 'SP 6' attribute.
 java.lang.String getSP_600()
          Returns the value of the 'SP 600' attribute.
 java.lang.String getSP_601()
          Returns the value of the 'SP 601' attribute.
 java.lang.String getSP_7()
          Returns the value of the 'SP 7' attribute.
 java.lang.String getSP_700()
          Returns the value of the 'SP 700' attribute.
 java.lang.String getSP_701()
          Returns the value of the 'SP 701' attribute.
 java.lang.String getSP_8()
          Returns the value of the 'SP 8' attribute.
 java.lang.String getSP_800()
          Returns the value of the 'SP 800' attribute.
 java.lang.String getSP_801()
          Returns the value of the 'SP 801' attribute.
 java.lang.String getSP_9()
          Returns the value of the 'SP 9' attribute.
 java.lang.String getSP_900()
          Returns the value of the 'SP 900' attribute.
 java.lang.String getSP_901()
          Returns the value of the 'SP 901' attribute.
 void setSP_1(java.lang.String value)
          Sets the value of the 'SP 1' attribute
 void setSP_100(java.lang.String value)
          Sets the value of the 'SP 100' attribute
 void setSP_101(java.lang.String value)
          Sets the value of the 'SP 101' attribute
 void setSP_2(java.lang.String value)
          Sets the value of the 'SP 2' attribute
 void setSP_200(java.lang.String value)
          Sets the value of the 'SP 200' attribute
 void setSP_201(java.lang.String value)
          Sets the value of the 'SP 201' attribute
 void setSP_3(java.lang.String value)
          Sets the value of the 'SP 3' attribute
 void setSP_300(java.lang.String value)
          Sets the value of the 'SP 300' attribute
 void setSP_301(java.lang.String value)
          Sets the value of the 'SP 301' attribute
 void setSP_4(java.lang.String value)
          Sets the value of the 'SP 4' attribute
 void setSP_400(java.lang.String value)
          Sets the value of the 'SP 400' attribute
 void setSP_401(java.lang.String value)
          Sets the value of the 'SP 401' attribute
 void setSP_5(java.lang.String value)
          Sets the value of the 'SP 5' attribute
 void setSP_500(java.lang.String value)
          Sets the value of the 'SP 500' attribute
 void setSP_501(java.lang.String value)
          Sets the value of the 'SP 501' attribute
 void setSP_6(java.lang.String value)
          Sets the value of the 'SP 6' attribute
 void setSP_600(java.lang.String value)
          Sets the value of the 'SP 600' attribute
 void setSP_601(java.lang.String value)
          Sets the value of the 'SP 601' attribute
 void setSP_7(java.lang.String value)
          Sets the value of the 'SP 7' attribute
 void setSP_700(java.lang.String value)
          Sets the value of the 'SP 700' attribute
 void setSP_701(java.lang.String value)
          Sets the value of the 'SP 701' attribute
 void setSP_8(java.lang.String value)
          Sets the value of the 'SP 8' attribute
 void setSP_800(java.lang.String value)
          Sets the value of the 'SP 800' attribute
 void setSP_801(java.lang.String value)
          Sets the value of the 'SP 801' attribute
 void setSP_9(java.lang.String value)
          Sets the value of the 'SP 9' attribute
 void setSP_900(java.lang.String value)
          Sets the value of the 'SP 900' attribute
 void setSP_901(java.lang.String value)
          Sets the value of the 'SP 901' attribute
 
Methods inherited from interface org.eclipse.hyades.models.common.configuration.CFGPsudoEnumeration
getCategory, getValues, setCategory
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.hyades.models.common.configuration.util.ICategoryEnumeration
getICategory, getIEnumerationValues
 

Method Detail

getSP_1

java.lang.String getSP_1()
Returns the value of the 'SP 1' attribute. The default value is "1".

If the meaning of the 'SP 1' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 1' attribute.
See Also:
setSP_1(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_1()
Generated
[EMF] Model
default="1"

setSP_1

void setSP_1(java.lang.String value)
Sets the value of the 'SP 1' attribute.

Parameters:
value - the new value of the 'SP 1' attribute.
See Also:
getSP_1()
Generated

getSP_2

java.lang.String getSP_2()
Returns the value of the 'SP 2' attribute. The default value is "2".

If the meaning of the 'SP 2' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 2' attribute.
See Also:
setSP_2(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_2()
Generated
[EMF] Model
default="2"

setSP_2

void setSP_2(java.lang.String value)
Sets the value of the 'SP 2' attribute.

Parameters:
value - the new value of the 'SP 2' attribute.
See Also:
getSP_2()
Generated

getSP_3

java.lang.String getSP_3()
Returns the value of the 'SP 3' attribute. The default value is "3".

If the meaning of the 'SP 3' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 3' attribute.
See Also:
setSP_3(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_3()
Generated
[EMF] Model
default="3"

setSP_3

void setSP_3(java.lang.String value)
Sets the value of the 'SP 3' attribute.

Parameters:
value - the new value of the 'SP 3' attribute.
See Also:
getSP_3()
Generated

getSP_4

java.lang.String getSP_4()
Returns the value of the 'SP 4' attribute. The default value is "4".

If the meaning of the 'SP 4' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 4' attribute.
See Also:
setSP_4(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_4()
Generated
[EMF] Model
default="4"

setSP_4

void setSP_4(java.lang.String value)
Sets the value of the 'SP 4' attribute.

Parameters:
value - the new value of the 'SP 4' attribute.
See Also:
getSP_4()
Generated

getSP_5

java.lang.String getSP_5()
Returns the value of the 'SP 5' attribute. The default value is "5".

If the meaning of the 'SP 5' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 5' attribute.
See Also:
setSP_5(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_5()
Generated
[EMF] Model
default="5"

setSP_5

void setSP_5(java.lang.String value)
Sets the value of the 'SP 5' attribute.

Parameters:
value - the new value of the 'SP 5' attribute.
See Also:
getSP_5()
Generated

getSP_6

java.lang.String getSP_6()
Returns the value of the 'SP 6' attribute. The default value is "6".

If the meaning of the 'SP 6' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 6' attribute.
See Also:
setSP_6(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_6()
Generated
[EMF] Model
default="6"

setSP_6

void setSP_6(java.lang.String value)
Sets the value of the 'SP 6' attribute.

Parameters:
value - the new value of the 'SP 6' attribute.
See Also:
getSP_6()
Generated

getSP_7

java.lang.String getSP_7()
Returns the value of the 'SP 7' attribute. The default value is "7".

If the meaning of the 'SP 7' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 7' attribute.
See Also:
setSP_7(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_7()
Generated
[EMF] Model
default="7"

setSP_7

void setSP_7(java.lang.String value)
Sets the value of the 'SP 7' attribute.

Parameters:
value - the new value of the 'SP 7' attribute.
See Also:
getSP_7()
Generated

getSP_8

java.lang.String getSP_8()
Returns the value of the 'SP 8' attribute. The default value is "8".

If the meaning of the 'SP 8' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 8' attribute.
See Also:
setSP_8(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_8()
Generated
[EMF] Model
default="8"

setSP_8

void setSP_8(java.lang.String value)
Sets the value of the 'SP 8' attribute.

Parameters:
value - the new value of the 'SP 8' attribute.
See Also:
getSP_8()
Generated

getSP_9

java.lang.String getSP_9()
Returns the value of the 'SP 9' attribute. The default value is "9".

If the meaning of the 'SP 9' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 9' attribute.
See Also:
setSP_9(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_9()
Generated
[EMF] Model
default="9"

setSP_9

void setSP_9(java.lang.String value)
Sets the value of the 'SP 9' attribute.

Parameters:
value - the new value of the 'SP 9' attribute.
See Also:
getSP_9()
Generated

getSP_100

java.lang.String getSP_100()
Returns the value of the 'SP 100' attribute. The default value is "1a".

If the meaning of the 'SP 100' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 100' attribute.
See Also:
setSP_100(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_100()
Generated
[EMF] Model
default="1a"

setSP_100

void setSP_100(java.lang.String value)
Sets the value of the 'SP 100' attribute.

Parameters:
value - the new value of the 'SP 100' attribute.
See Also:
getSP_100()
Generated

getSP_101

java.lang.String getSP_101()
Returns the value of the 'SP 101' attribute. The default value is "1b".

If the meaning of the 'SP 101' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 101' attribute.
See Also:
setSP_101(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_101()
Generated
[EMF] Model
default="1b"

setSP_101

void setSP_101(java.lang.String value)
Sets the value of the 'SP 101' attribute.

Parameters:
value - the new value of the 'SP 101' attribute.
See Also:
getSP_101()
Generated

getSP_200

java.lang.String getSP_200()
Returns the value of the 'SP 200' attribute. The default value is "2a".

If the meaning of the 'SP 200' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 200' attribute.
See Also:
setSP_200(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_200()
Generated
[EMF] Model
default="2a"

setSP_200

void setSP_200(java.lang.String value)
Sets the value of the 'SP 200' attribute.

Parameters:
value - the new value of the 'SP 200' attribute.
See Also:
getSP_200()
Generated

getSP_201

java.lang.String getSP_201()
Returns the value of the 'SP 201' attribute. The default value is "2b".

If the meaning of the 'SP 201' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 201' attribute.
See Also:
setSP_201(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_201()
Generated
[EMF] Model
default="2b"

setSP_201

void setSP_201(java.lang.String value)
Sets the value of the 'SP 201' attribute.

Parameters:
value - the new value of the 'SP 201' attribute.
See Also:
getSP_201()
Generated

getSP_300

java.lang.String getSP_300()
Returns the value of the 'SP 300' attribute. The default value is "3a".

If the meaning of the 'SP 300' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 300' attribute.
See Also:
setSP_300(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_300()
Generated
[EMF] Model
default="3a"

setSP_300

void setSP_300(java.lang.String value)
Sets the value of the 'SP 300' attribute.

Parameters:
value - the new value of the 'SP 300' attribute.
See Also:
getSP_300()
Generated

getSP_301

java.lang.String getSP_301()
Returns the value of the 'SP 301' attribute. The default value is "3b".

If the meaning of the 'SP 301' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 301' attribute.
See Also:
setSP_301(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_301()
Generated
[EMF] Model
default="3b"

setSP_301

void setSP_301(java.lang.String value)
Sets the value of the 'SP 301' attribute.

Parameters:
value - the new value of the 'SP 301' attribute.
See Also:
getSP_301()
Generated

getSP_400

java.lang.String getSP_400()
Returns the value of the 'SP 400' attribute. The default value is "4a".

If the meaning of the 'SP 400' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 400' attribute.
See Also:
setSP_400(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_400()
Generated
[EMF] Model
default="4a"

setSP_400

void setSP_400(java.lang.String value)
Sets the value of the 'SP 400' attribute.

Parameters:
value - the new value of the 'SP 400' attribute.
See Also:
getSP_400()
Generated

getSP_401

java.lang.String getSP_401()
Returns the value of the 'SP 401' attribute. The default value is "4b".

If the meaning of the 'SP 401' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 401' attribute.
See Also:
setSP_401(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_401()
Generated
[EMF] Model
default="4b"

setSP_401

void setSP_401(java.lang.String value)
Sets the value of the 'SP 401' attribute.

Parameters:
value - the new value of the 'SP 401' attribute.
See Also:
getSP_401()
Generated

getSP_500

java.lang.String getSP_500()
Returns the value of the 'SP 500' attribute. The default value is "5a".

If the meaning of the 'SP 500' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 500' attribute.
See Also:
setSP_500(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_500()
Generated
[EMF] Model
default="5a"

setSP_500

void setSP_500(java.lang.String value)
Sets the value of the 'SP 500' attribute.

Parameters:
value - the new value of the 'SP 500' attribute.
See Also:
getSP_500()
Generated

getSP_501

java.lang.String getSP_501()
Returns the value of the 'SP 501' attribute. The default value is "5b".

If the meaning of the 'SP 501' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 501' attribute.
See Also:
setSP_501(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_501()
Generated
[EMF] Model
default="5b"

setSP_501

void setSP_501(java.lang.String value)
Sets the value of the 'SP 501' attribute.

Parameters:
value - the new value of the 'SP 501' attribute.
See Also:
getSP_501()
Generated

getSP_600

java.lang.String getSP_600()
Returns the value of the 'SP 600' attribute. The default value is "6a".

If the meaning of the 'SP 600' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 600' attribute.
See Also:
setSP_600(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_600()
Generated
[EMF] Model
default="6a"

setSP_600

void setSP_600(java.lang.String value)
Sets the value of the 'SP 600' attribute.

Parameters:
value - the new value of the 'SP 600' attribute.
See Also:
getSP_600()
Generated

getSP_601

java.lang.String getSP_601()
Returns the value of the 'SP 601' attribute. The default value is "6b".

If the meaning of the 'SP 601' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 601' attribute.
See Also:
setSP_601(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_601()
Generated
[EMF] Model
default="6b"

setSP_601

void setSP_601(java.lang.String value)
Sets the value of the 'SP 601' attribute.

Parameters:
value - the new value of the 'SP 601' attribute.
See Also:
getSP_601()
Generated

getSP_700

java.lang.String getSP_700()
Returns the value of the 'SP 700' attribute. The default value is "7a".

If the meaning of the 'SP 700' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 700' attribute.
See Also:
setSP_700(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_700()
Generated
[EMF] Model
default="7a"

setSP_700

void setSP_700(java.lang.String value)
Sets the value of the 'SP 700' attribute.

Parameters:
value - the new value of the 'SP 700' attribute.
See Also:
getSP_700()
Generated

getSP_701

java.lang.String getSP_701()
Returns the value of the 'SP 701' attribute. The default value is "7b".

If the meaning of the 'SP 701' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 701' attribute.
See Also:
setSP_701(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_701()
Generated
[EMF] Model
default="7b"

setSP_701

void setSP_701(java.lang.String value)
Sets the value of the 'SP 701' attribute.

Parameters:
value - the new value of the 'SP 701' attribute.
See Also:
getSP_701()
Generated

getSP_800

java.lang.String getSP_800()
Returns the value of the 'SP 800' attribute. The default value is "8a".

If the meaning of the 'SP 800' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 800' attribute.
See Also:
setSP_800(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_800()
Generated
[EMF] Model
default="8a"

setSP_800

void setSP_800(java.lang.String value)
Sets the value of the 'SP 800' attribute.

Parameters:
value - the new value of the 'SP 800' attribute.
See Also:
getSP_800()
Generated

getSP_801

java.lang.String getSP_801()
Returns the value of the 'SP 801' attribute. The default value is "8b".

If the meaning of the 'SP 801' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 801' attribute.
See Also:
setSP_801(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_801()
Generated
[EMF] Model
default="8b"

setSP_801

void setSP_801(java.lang.String value)
Sets the value of the 'SP 801' attribute.

Parameters:
value - the new value of the 'SP 801' attribute.
See Also:
getSP_801()
Generated

getSP_900

java.lang.String getSP_900()
Returns the value of the 'SP 900' attribute. The default value is "9a".

If the meaning of the 'SP 900' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 900' attribute.
See Also:
setSP_900(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_900()
Generated
[EMF] Model
default="9a"

setSP_900

void setSP_900(java.lang.String value)
Sets the value of the 'SP 900' attribute.

Parameters:
value - the new value of the 'SP 900' attribute.
See Also:
getSP_900()
Generated

getSP_901

java.lang.String getSP_901()
Returns the value of the 'SP 901' attribute. The default value is "9b".

If the meaning of the 'SP 901' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SP 901' attribute.
See Also:
setSP_901(String), Common_ConfigurationPackage.getHyadesServicePackEnumeration_SP_901()
Generated
[EMF] Model
default="9b"

setSP_901

void setSP_901(java.lang.String value)
Sets the value of the 'SP 901' attribute.

Parameters:
value - the new value of the 'SP 901' attribute.
See Also:
getSP_901()
Generated

TPTP 4.6.0 Platform Project
Public API Specification