public interface ItemReferenceInputDefinition extends InputDefinition
The following features are supported:
Modifier and Type | Method and Description |
---|---|
DanglingItemReference |
createReference() |
String |
getItemId()
Returns the value of the 'Item Id' attribute.
|
void |
setItemId(String value)
Sets the value of the '
Item Id ' attribute. |
getName, setName
String getItemId()
If the meaning of the 'Item Id' attribute isn't clear, there really should be more of a description here...
setItemId(String)
,
ComponentPackage.getItemReferenceInputDefinition_ItemId()
void setItemId(String value)
Item Id
' attribute.
value
- the new value of the 'Item Id' attribute.getItemId()
DanglingItemReference createReference()
createReference
in interface InputDefinition