public interface IntoOption extends DataTransmissionOption
The following features are supported:
PLIPackage.getIntoOption()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Reference |
getInto()
Returns the value of the 'Into' containment reference.
|
IntoKeyOption |
getKeyOption()
Returns the value of the 'Key Option' containment reference.
|
void |
setInto(Reference value)
Sets the value of the '
Into' containment reference. |
void |
setKeyOption(IntoKeyOption value)
Sets the value of the '
Key Option' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Reference getInto()
setInto(Reference),
PLIPackage.getIntoOption_Into()void setInto(Reference value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()IntoKeyOption getKeyOption()
setKeyOption(IntoKeyOption),
PLIPackage.getIntoOption_KeyOption()void setKeyOption(IntoKeyOption value)
Key Option' containment reference.
value - the new value of the 'Key Option' containment reference.getKeyOption()