public class SampleInPatternInfoImpl extends EObjectImpl implements SampleInPatternInfo
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected int |
index
The cached value of the '
Index ' attribute. |
protected static int |
INDEX_EDEFAULT
The default value of the '
Index ' attribute. |
protected static int |
PART_COUNT_EDEFAULT
The default value of the '
Part Count ' attribute. |
protected static java.lang.String |
PART_LIST_EDEFAULT
The default value of the '
Part List ' attribute. |
protected int |
partCount
The cached value of the '
Part Count ' attribute. |
protected java.lang.String |
partList
The cached value of the '
Part List ' attribute. |
protected static java.lang.String |
PATTERN_LABEL_EDEFAULT
The default value of the '
Pattern Label ' attribute. |
protected java.lang.String |
patternLabel
The cached value of the '
Pattern Label ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
SampleInPatternInfoImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
int |
getIndex() |
int |
getPartCount() |
java.lang.String |
getPartList() |
java.lang.String |
getPatternLabel() |
void |
setIndex(int newIndex) |
void |
setPartCount(int newPartCount) |
void |
setPartList(java.lang.String newPartList) |
void |
setPatternLabel(java.lang.String newPatternLabel) |
java.lang.String |
toString() |
protected static final int INDEX_EDEFAULT
Index
' attribute.
getIndex()
,
Constant Field Valuesprotected int index
Index
' attribute.
getIndex()
protected static final java.lang.String PATTERN_LABEL_EDEFAULT
Pattern Label
' attribute.
getPatternLabel()
protected java.lang.String patternLabel
Pattern Label
' attribute.
getPatternLabel()
protected static final int PART_COUNT_EDEFAULT
Part Count
' attribute.
getPartCount()
,
Constant Field Valuesprotected int partCount
Part Count
' attribute.
getPartCount()
protected static final java.lang.String PART_LIST_EDEFAULT
Part List
' attribute.
getPartList()
protected java.lang.String partList
Part List
' attribute.
getPartList()
protected EClass eStaticClass()
public int getIndex()
getIndex
in interface SampleInPatternInfo
SampleInPatternInfo.setIndex(int)
,
EsxPackage.getSampleInPatternInfo_Index()
public void setIndex(int newIndex)
setIndex
in interface SampleInPatternInfo
newIndex
- the new value of the 'Index' attribute.SampleInPatternInfo.getIndex()
public java.lang.String getPatternLabel()
getPatternLabel
in interface SampleInPatternInfo
SampleInPatternInfo.setPatternLabel(String)
,
EsxPackage.getSampleInPatternInfo_PatternLabel()
public void setPatternLabel(java.lang.String newPatternLabel)
setPatternLabel
in interface SampleInPatternInfo
newPatternLabel
- the new value of the 'Pattern Label' attribute.SampleInPatternInfo.getPatternLabel()
public int getPartCount()
getPartCount
in interface SampleInPatternInfo
SampleInPatternInfo.setPartCount(int)
,
EsxPackage.getSampleInPatternInfo_PartCount()
public void setPartCount(int newPartCount)
setPartCount
in interface SampleInPatternInfo
newPartCount
- the new value of the 'Part Count' attribute.SampleInPatternInfo.getPartCount()
public java.lang.String getPartList()
getPartList
in interface SampleInPatternInfo
SampleInPatternInfo.setPartList(String)
,
EsxPackage.getSampleInPatternInfo_PartList()
public void setPartList(java.lang.String newPartList)
setPartList
in interface SampleInPatternInfo
newPartList
- the new value of the 'Part List' attribute.SampleInPatternInfo.getPartList()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()