public interface SF
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BasePackage.getSF()| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
Returns the value of the 'Charset' attribute
|
org.eclipse.emf.common.util.EList<SF> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
int |
getId()
Returns the value of the 'Id' attribute
|
int |
getLength()
Returns the value of the 'Length' attribute
|
long |
getNumber()
Returns the value of the 'Number' attribute
|
long |
getOffset()
Returns the value of the 'Offset' attribute
|
byte[] |
getRawData()
Returns the value of the 'Raw Data' attribute
|
boolean |
isBegin() |
boolean |
isDefault(String value) |
boolean |
isEnd() |
void |
setCharset(Charset value)
Sets the value of the '
Charset' attribute |
void |
setId(int value)
Sets the value of the '
Id' attribute |
void |
setLength(int value)
Sets the value of the '
Length' attribute |
void |
setNumber(long value)
Sets the value of the '
Number' attribute |
void |
setOffset(long value)
Sets the value of the '
Offset' attribute |
void |
setRawData(byte[] value)
Sets the value of the '
Raw Data' attribute |
long getNumber()
If the meaning of the 'Number' attribute isn't clear, there really should be more of a description here...
setNumber(long),
BasePackage.getSF_Number()void setNumber(long value)
Number' attribute.
value - the new value of the 'Number' attribute.getNumber()long getOffset()
If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...
setOffset(long),
BasePackage.getSF_Offset()void setOffset(long value)
Offset' attribute.
value - the new value of the 'Offset' attribute.getOffset()int getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(int),
BasePackage.getSF_Id()void setId(int value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()int getLength()
If the meaning of the 'Length' attribute isn't clear, there really should be more of a description here...
setLength(int),
BasePackage.getSF_Length()void setLength(int value)
Length' attribute.
value - the new value of the 'Length' attribute.getLength()org.eclipse.emf.common.util.EList<SF> getChildren()
SF.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
BasePackage.getSF_Children()byte[] getRawData()
If the meaning of the 'Raw Data' attribute isn't clear, there really should be more of a description here...
setRawData(byte[]),
BasePackage.getSF_RawData()void setRawData(byte[] value)
Raw Data' attribute.
value - the new value of the 'Raw Data' attribute.getRawData()Charset getCharset()
If the meaning of the 'Charset' attribute isn't clear, there really should be more of a description here...
setCharset(Charset),
BasePackage.getSF_Charset()void setCharset(Charset value)
Charset' attribute.
value - the new value of the 'Charset' attribute.getCharset()boolean isBegin()
boolean isEnd()
boolean isDefault(String value)
Copyright © 2017. All rights reserved.