| Package | Description |
|---|---|
| org.plasma.provisioning.rdb.mysql.v5_5 | |
| org.plasma.provisioning.rdb.mysql.v5_5.impl |
| Modifier and Type | Method and Description |
|---|---|
View |
Table.createView()
Creates and returns a new instance of Type
View automatically establishing a containment relationship through the object's reference property, view. |
View[] |
Table.getView()
Returns an array of View set for the object's multi-valued property view.
|
View |
Table.getView(int idx)
Returns the View set for the object's multi-valued property view based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addView(View value)
Adds the given value of Type View for the object's multi-valued property view.
|
void |
Table.removeView(View value)
Removes the given value of Type View for the object's multi-valued property view.
|
void |
Table.setView(View[] value)
Sets the given array of Type View for the object's multi-valued property view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewImpl
Generated implementation class representing the domain model entity View.
|
| Modifier and Type | Method and Description |
|---|---|
View |
TableImpl.createView()
Creates and returns a new instance of Type
View automatically establishing a containment relationship through the object's reference property, view. |
View[] |
TableImpl.getView() |
View |
TableImpl.getView(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableImpl.addView(View value) |
void |
TableImpl.removeView(View value) |
void |
TableImpl.setView(View[] value) |
Copyright © 2017. All rights reserved.