-
Methods in omix.plugin.diagram.writable that return Field
Modifier and Type |
Method |
Description |
Field |
AbstractModelItem.getField(String fieldName) |
Returns the field of the submitted network object defined in the document embedded OVL script.
|
Field |
AbstractModelItem.getField(String namespace,
String fieldName) |
Returns the field of the submitted network object defined in the give namespace.
|
Field |
Diagram.getField(String fieldName) |
Returns the field of the submitted network object defined in the document embedded OVL script.
|
Field |
Diagram.getField(String namespace,
String fieldName) |
Returns the field of the submitted network object defined in the give namespace.
|
-
-
Methods in omix.plugin.model.writable that return Field
Modifier and Type |
Method |
Description |
Field |
AbstractModelComponent.getField(String fieldName) |
Returns the field of the submitted network object defined in the document embedded OVL script.
|
Field |
AbstractModelComponent.getField(String namespace,
String fieldName) |
Returns the field of the submitted network object defined in the give namespace.
|
Field |
Model.getField(String fieldName) |
Returns the field of the submitted network object defined in the document embedded OVL script.
|
Field |
Model.getField(String namespace,
String fieldName) |
Returns the field of the submitted network object defined in the give namespace.
|
Field |
OVLObject.getField(String fieldName) |
Returns the field of the submitted network object defined in the document embedded OVL script.
|
-