mirror of https://github.com/Minres/RDL-Editor.git
339 lines
7.5 KiB
Java
339 lines
7.5 KiB
Java
/**
|
|
* generated by Xtext 2.12.0
|
|
*/
|
|
package com.minres.rdl.rdl;
|
|
|
|
import java.util.Arrays;
|
|
import java.util.Collections;
|
|
import java.util.List;
|
|
|
|
import org.eclipse.emf.common.util.Enumerator;
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* A representation of the literals of the enumeration '<em><b>Property Component</b></em>',
|
|
* and utility methods for working with them.
|
|
* <!-- end-user-doc -->
|
|
* @see com.minres.rdl.rdl.RdlPackage#getPropertyComponent()
|
|
* @model
|
|
* @generated
|
|
*/
|
|
public enum PropertyComponent implements Enumerator
|
|
{
|
|
/**
|
|
* The '<em><b>SIGNAL</b></em>' literal object.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #SIGNAL_VALUE
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
SIGNAL(0, "SIGNAL", "signal"),
|
|
|
|
/**
|
|
* The '<em><b>ADDRMAP</b></em>' literal object.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #ADDRMAP_VALUE
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
ADDRMAP(1, "ADDRMAP", "addrmap"),
|
|
|
|
/**
|
|
* The '<em><b>REG</b></em>' literal object.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #REG_VALUE
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
REG(2, "REG", "reg"),
|
|
|
|
/**
|
|
* The '<em><b>REGFILE</b></em>' literal object.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #REGFILE_VALUE
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
REGFILE(3, "REGFILE", "regfile"),
|
|
|
|
/**
|
|
* The '<em><b>FIELD</b></em>' literal object.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #FIELD_VALUE
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
FIELD(4, "FIELD", "field"),
|
|
|
|
/**
|
|
* The '<em><b>ALL</b></em>' literal object.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #ALL_VALUE
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
ALL(5, "ALL", "all");
|
|
|
|
/**
|
|
* The '<em><b>SIGNAL</b></em>' literal value.
|
|
* <!-- begin-user-doc -->
|
|
* <p>
|
|
* If the meaning of '<em><b>SIGNAL</b></em>' literal object isn't clear,
|
|
* there really should be more of a description here...
|
|
* </p>
|
|
* <!-- end-user-doc -->
|
|
* @see #SIGNAL
|
|
* @model literal="signal"
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
public static final int SIGNAL_VALUE = 0;
|
|
|
|
/**
|
|
* The '<em><b>ADDRMAP</b></em>' literal value.
|
|
* <!-- begin-user-doc -->
|
|
* <p>
|
|
* If the meaning of '<em><b>ADDRMAP</b></em>' literal object isn't clear,
|
|
* there really should be more of a description here...
|
|
* </p>
|
|
* <!-- end-user-doc -->
|
|
* @see #ADDRMAP
|
|
* @model literal="addrmap"
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
public static final int ADDRMAP_VALUE = 1;
|
|
|
|
/**
|
|
* The '<em><b>REG</b></em>' literal value.
|
|
* <!-- begin-user-doc -->
|
|
* <p>
|
|
* If the meaning of '<em><b>REG</b></em>' literal object isn't clear,
|
|
* there really should be more of a description here...
|
|
* </p>
|
|
* <!-- end-user-doc -->
|
|
* @see #REG
|
|
* @model literal="reg"
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
public static final int REG_VALUE = 2;
|
|
|
|
/**
|
|
* The '<em><b>REGFILE</b></em>' literal value.
|
|
* <!-- begin-user-doc -->
|
|
* <p>
|
|
* If the meaning of '<em><b>REGFILE</b></em>' literal object isn't clear,
|
|
* there really should be more of a description here...
|
|
* </p>
|
|
* <!-- end-user-doc -->
|
|
* @see #REGFILE
|
|
* @model literal="regfile"
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
public static final int REGFILE_VALUE = 3;
|
|
|
|
/**
|
|
* The '<em><b>FIELD</b></em>' literal value.
|
|
* <!-- begin-user-doc -->
|
|
* <p>
|
|
* If the meaning of '<em><b>FIELD</b></em>' literal object isn't clear,
|
|
* there really should be more of a description here...
|
|
* </p>
|
|
* <!-- end-user-doc -->
|
|
* @see #FIELD
|
|
* @model literal="field"
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
public static final int FIELD_VALUE = 4;
|
|
|
|
/**
|
|
* The '<em><b>ALL</b></em>' literal value.
|
|
* <!-- begin-user-doc -->
|
|
* <p>
|
|
* If the meaning of '<em><b>ALL</b></em>' literal object isn't clear,
|
|
* there really should be more of a description here...
|
|
* </p>
|
|
* <!-- end-user-doc -->
|
|
* @see #ALL
|
|
* @model literal="all"
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
public static final int ALL_VALUE = 5;
|
|
|
|
/**
|
|
* An array of all the '<em><b>Property Component</b></em>' enumerators.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
private static final PropertyComponent[] VALUES_ARRAY =
|
|
new PropertyComponent[]
|
|
{
|
|
SIGNAL,
|
|
ADDRMAP,
|
|
REG,
|
|
REGFILE,
|
|
FIELD,
|
|
ALL,
|
|
};
|
|
|
|
/**
|
|
* A public read-only list of all the '<em><b>Property Component</b></em>' enumerators.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
public static final List<PropertyComponent> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
|
|
|
|
/**
|
|
* Returns the '<em><b>Property Component</b></em>' literal with the specified literal value.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @param literal the literal.
|
|
* @return the matching enumerator or <code>null</code>.
|
|
* @generated
|
|
*/
|
|
public static PropertyComponent get(String literal)
|
|
{
|
|
for (int i = 0; i < VALUES_ARRAY.length; ++i)
|
|
{
|
|
PropertyComponent result = VALUES_ARRAY[i];
|
|
if (result.toString().equals(literal))
|
|
{
|
|
return result;
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
/**
|
|
* Returns the '<em><b>Property Component</b></em>' literal with the specified name.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @param name the name.
|
|
* @return the matching enumerator or <code>null</code>.
|
|
* @generated
|
|
*/
|
|
public static PropertyComponent getByName(String name)
|
|
{
|
|
for (int i = 0; i < VALUES_ARRAY.length; ++i)
|
|
{
|
|
PropertyComponent result = VALUES_ARRAY[i];
|
|
if (result.getName().equals(name))
|
|
{
|
|
return result;
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
/**
|
|
* Returns the '<em><b>Property Component</b></em>' literal with the specified integer value.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @param value the integer value.
|
|
* @return the matching enumerator or <code>null</code>.
|
|
* @generated
|
|
*/
|
|
public static PropertyComponent get(int value)
|
|
{
|
|
switch (value)
|
|
{
|
|
case SIGNAL_VALUE: return SIGNAL;
|
|
case ADDRMAP_VALUE: return ADDRMAP;
|
|
case REG_VALUE: return REG;
|
|
case REGFILE_VALUE: return REGFILE;
|
|
case FIELD_VALUE: return FIELD;
|
|
case ALL_VALUE: return ALL;
|
|
}
|
|
return null;
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
private final int value;
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
private final String name;
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
private final String literal;
|
|
|
|
/**
|
|
* Only this class can construct instances.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
private PropertyComponent(int value, String name, String literal)
|
|
{
|
|
this.value = value;
|
|
this.name = name;
|
|
this.literal = literal;
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
public int getValue()
|
|
{
|
|
return value;
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
public String getName()
|
|
{
|
|
return name;
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
public String getLiteral()
|
|
{
|
|
return literal;
|
|
}
|
|
|
|
/**
|
|
* Returns the literal value of the enumerator, which is its string representation.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
@Override
|
|
public String toString()
|
|
{
|
|
return literal;
|
|
}
|
|
|
|
} //PropertyComponent
|