public interface SampleInPatternInfo
The following features are supported:
EsxPackage.getSampleInPatternInfo()
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Returns the value of the 'Index' attribute.
|
int |
getPartCount()
Returns the value of the 'Part Count' attribute.
|
java.lang.String |
getPartList()
Returns the value of the 'Part List' attribute.
|
java.lang.String |
getPatternLabel()
Returns the value of the 'Pattern Label' attribute.
|
void |
setIndex(int value)
Sets the value of the '
Index ' attribute. |
void |
setPartCount(int value)
Sets the value of the '
Part Count ' attribute. |
void |
setPartList(java.lang.String value)
Sets the value of the '
Part List ' attribute. |
void |
setPatternLabel(java.lang.String value)
Sets the value of the '
Pattern Label ' attribute. |
int getIndex()
"0"
.
If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...
setIndex(int)
,
EsxPackage.getSampleInPatternInfo_Index()
void setIndex(int value)
Index
' attribute.
value
- the new value of the 'Index' attribute.getIndex()
java.lang.String getPatternLabel()
If the meaning of the 'Pattern Label' attribute isn't clear, there really should be more of a description here...
setPatternLabel(String)
,
EsxPackage.getSampleInPatternInfo_PatternLabel()
void setPatternLabel(java.lang.String value)
Pattern Label
' attribute.
value
- the new value of the 'Pattern Label' attribute.getPatternLabel()
int getPartCount()
If the meaning of the 'Part Count' attribute isn't clear, there really should be more of a description here...
setPartCount(int)
,
EsxPackage.getSampleInPatternInfo_PartCount()
void setPartCount(int value)
Part Count
' attribute.
value
- the new value of the 'Part Count' attribute.getPartCount()
java.lang.String getPartList()
If the meaning of the 'Part List' attribute isn't clear, there really should be more of a description here...
setPartList(String)
,
EsxPackage.getSampleInPatternInfo_PartList()
void setPartList(java.lang.String value)
Part List
' attribute.
value
- the new value of the 'Part List' attribute.getPartList()