Uses of Interface
org.plasma.provisioning.rdb.oracle.g11.sys.ViewComment

Packages that use ViewComment
org.plasma.provisioning.rdb.oracle.g11.sys   
org.plasma.provisioning.rdb.oracle.g11.sys.impl   
 

Uses of ViewComment in org.plasma.provisioning.rdb.oracle.g11.sys
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys that return ViewComment
 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.
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys with parameters of type ViewComment
 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.
 

Uses of ViewComment in org.plasma.provisioning.rdb.oracle.g11.sys.impl
 

Classes in org.plasma.provisioning.rdb.oracle.g11.sys.impl that implement ViewComment
 class ViewCommentImpl
          A comment on a table
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys.impl that return ViewComment
 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)
           
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys.impl with parameters of type ViewComment
 void ViewImpl.addViewComment(ViewComment value)
           
 void ViewImpl.removeViewComment(ViewComment value)
           
 void ViewImpl.setViewComment(ViewComment[] value)
           
 



Copyright © 2013. All rights reserved.