public interface Triplet
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BasePackage.getTriplet()| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
Returns the value of the 'Charset' attribute
|
long |
getFileOffset()
Returns the value of the 'File Offset' attribute
|
String |
getLabel()
Returns the value of the 'Label' attribute
|
int |
getTripletId()
Returns the value of the 'Triplet Id' attribute
|
int |
getTripletLength()
Returns the value of the 'Triplet Length' attribute
|
int |
getTripletNumber()
Returns the value of the 'Triplet Number' attribute
|
void |
setCharset(Charset value)
Sets the value of the '
Charset' attribute |
void |
setFileOffset(long value)
Sets the value of the '
File Offset' attribute |
void |
setLabel(String value)
Sets the value of the '
Label' attribute |
void |
setTripletId(int value)
Sets the value of the '
Triplet Id' attribute |
void |
setTripletLength(int value)
Sets the value of the '
Triplet Length' attribute |
void |
setTripletNumber(int value)
Sets the value of the '
Triplet Number' attribute |
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String),
BasePackage.getTriplet_Label()void setLabel(String value)
Label' attribute.
value - the new value of the 'Label' attribute.getLabel()Charset getCharset()
If the meaning of the 'Charset' attribute isn't clear, there really should be more of a description here...
setCharset(Charset),
BasePackage.getTriplet_Charset()void setCharset(Charset value)
Charset' attribute.
value - the new value of the 'Charset' attribute.getCharset()long getFileOffset()
If the meaning of the 'File Offset' attribute isn't clear, there really should be more of a description here...
setFileOffset(long),
BasePackage.getTriplet_FileOffset()void setFileOffset(long value)
File Offset' attribute.
value - the new value of the 'File Offset' attribute.getFileOffset()int getTripletLength()
If the meaning of the 'Triplet Length' attribute isn't clear, there really should be more of a description here...
setTripletLength(int),
BasePackage.getTriplet_TripletLength()void setTripletLength(int value)
Triplet Length' attribute.
value - the new value of the 'Triplet Length' attribute.getTripletLength()int getTripletId()
If the meaning of the 'Triplet Id' attribute isn't clear, there really should be more of a description here...
setTripletId(int),
BasePackage.getTriplet_TripletId()void setTripletId(int value)
Triplet Id' attribute.
value - the new value of the 'Triplet Id' attribute.getTripletId()int getTripletNumber()
If the meaning of the 'Triplet Number' attribute isn't clear, there really should be more of a description here...
setTripletNumber(int),
BasePackage.getTriplet_TripletNumber()void setTripletNumber(int value)
Triplet Number' attribute.
value - the new value of the 'Triplet Number' attribute.getTripletNumber()Copyright © 2017. All rights reserved.