| Package | Description |
|---|---|
| org.plasma.provisioning.rdb.oracle.g11.sys | |
| org.plasma.provisioning.rdb.oracle.g11.sys.impl |
| Modifier and Type | Method and Description |
|---|---|
ViewComment |
View.createViewComment()
Creates and returns a new instance of Type
ViewComment automatically establishing a containment relationship through the object's reference property, viewComment. |
ViewComment[] |
View.getViewComment()
Returns an array of ViewComment set for the object's multi-valued property viewComment.
|
ViewComment |
View.getViewComment(int idx)
Returns the ViewComment set for the object's multi-valued property viewComment based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.addViewComment(ViewComment value)
Adds the given value of Type ViewComment for the object's multi-valued property viewComment.
|
void |
View.removeViewComment(ViewComment value)
Removes the given value of Type ViewComment for the object's multi-valued property viewComment.
|
void |
View.setViewComment(ViewComment[] value)
Sets the given array of Type ViewComment for the object's multi-valued property viewComment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewCommentImpl
A comment on a table
|
| Modifier and Type | Method and Description |
|---|---|
ViewComment |
ViewImpl.createViewComment()
Creates and returns a new instance of Type
ViewComment automatically establishing a containment relationship through the object's reference property, viewComment. |
ViewComment[] |
ViewImpl.getViewComment() |
ViewComment |
ViewImpl.getViewComment(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewImpl.addViewComment(ViewComment value) |
void |
ViewImpl.removeViewComment(ViewComment value) |
void |
ViewImpl.setViewComment(ViewComment[] value) |
Copyright © 2017. All rights reserved.