Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/GRM_BasicTypes/ProtectProtocolKind.java')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/GRM_BasicTypes/ProtectProtocolKind.java56
1 files changed, 28 insertions, 28 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/GRM_BasicTypes/ProtectProtocolKind.java b/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/GRM_BasicTypes/ProtectProtocolKind.java
index b59fc20135b..a1e4682fb62 100644
--- a/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/GRM_BasicTypes/ProtectProtocolKind.java
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/GRM_BasicTypes/ProtectProtocolKind.java
@@ -24,7 +24,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>Protect Protocol Kind</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.MARTE_Library.GRM_BasicTypes.GRM_BasicTypesPackage#getProtectProtocolKind()
* @model
* @generated
@@ -34,7 +34,7 @@ public enum ProtectProtocolKind implements Enumerator {
* The '<em><b>FIFO</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #FIFO_VALUE
* @generated
* @ordered
@@ -45,7 +45,7 @@ public enum ProtectProtocolKind implements Enumerator {
* The '<em><b>No Preemption</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #NO_PREEMPTION_VALUE
* @generated
* @ordered
@@ -56,7 +56,7 @@ public enum ProtectProtocolKind implements Enumerator {
* The '<em><b>Priority Ceiling</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #PRIORITY_CEILING_VALUE
* @generated
* @ordered
@@ -67,7 +67,7 @@ public enum ProtectProtocolKind implements Enumerator {
* The '<em><b>Priority Inheritance</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #PRIORITY_INHERITANCE_VALUE
* @generated
* @ordered
@@ -78,7 +78,7 @@ public enum ProtectProtocolKind implements Enumerator {
* The '<em><b>Stack Based</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #STACK_BASED_VALUE
* @generated
* @ordered
@@ -89,7 +89,7 @@ public enum ProtectProtocolKind implements Enumerator {
* The '<em><b>Undef</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #UNDEF_VALUE
* @generated
* @ordered
@@ -100,7 +100,7 @@ public enum ProtectProtocolKind implements Enumerator {
* The '<em><b>Other</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #OTHER_VALUE
* @generated
* @ordered
@@ -114,7 +114,7 @@ public enum ProtectProtocolKind implements Enumerator {
* If the meaning of '<em><b>FIFO</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #FIFO
* @model
* @generated
@@ -129,7 +129,7 @@ public enum ProtectProtocolKind implements Enumerator {
* If the meaning of '<em><b>No Preemption</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #NO_PREEMPTION
* @model name="NoPreemption"
* @generated
@@ -144,7 +144,7 @@ public enum ProtectProtocolKind implements Enumerator {
* If the meaning of '<em><b>Priority Ceiling</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #PRIORITY_CEILING
* @model name="PriorityCeiling"
* @generated
@@ -159,7 +159,7 @@ public enum ProtectProtocolKind implements Enumerator {
* If the meaning of '<em><b>Priority Inheritance</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #PRIORITY_INHERITANCE
* @model name="PriorityInheritance"
* @generated
@@ -174,7 +174,7 @@ public enum ProtectProtocolKind implements Enumerator {
* If the meaning of '<em><b>Stack Based</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #STACK_BASED
* @model name="StackBased"
* @generated
@@ -189,7 +189,7 @@ public enum ProtectProtocolKind implements Enumerator {
* If the meaning of '<em><b>Undef</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #UNDEF
* @model name="Undef"
* @generated
@@ -204,7 +204,7 @@ public enum ProtectProtocolKind implements Enumerator {
* If the meaning of '<em><b>Other</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #OTHER
* @model name="Other"
* @generated
@@ -216,7 +216,7 @@ public enum ProtectProtocolKind implements Enumerator {
* An array of all the '<em><b>Protect Protocol Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final ProtectProtocolKind[] VALUES_ARRAY =
@@ -234,7 +234,7 @@ public enum ProtectProtocolKind implements Enumerator {
* A public read-only list of all the '<em><b>Protect Protocol Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<ProtectProtocolKind> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -243,7 +243,7 @@ public enum ProtectProtocolKind implements Enumerator {
* Returns the '<em><b>Protect Protocol Kind</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static ProtectProtocolKind get(String literal) {
@@ -260,7 +260,7 @@ public enum ProtectProtocolKind implements Enumerator {
* Returns the '<em><b>Protect Protocol Kind</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static ProtectProtocolKind getByName(String name) {
@@ -277,7 +277,7 @@ public enum ProtectProtocolKind implements Enumerator {
* Returns the '<em><b>Protect Protocol Kind</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static ProtectProtocolKind get(int value) {
@@ -303,7 +303,7 @@ public enum ProtectProtocolKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -311,7 +311,7 @@ public enum ProtectProtocolKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -319,7 +319,7 @@ public enum ProtectProtocolKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -328,7 +328,7 @@ public enum ProtectProtocolKind implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private ProtectProtocolKind(int value, String name, String literal) {
@@ -340,7 +340,7 @@ public enum ProtectProtocolKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -351,7 +351,7 @@ public enum ProtectProtocolKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -362,7 +362,7 @@ public enum ProtectProtocolKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -374,7 +374,7 @@ public enum ProtectProtocolKind implements Enumerator {
* Returns the literal value of the enumerator, which is its string representation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override

Back to the top