net.sf.farrago.cwm.relational
Interface CwmRowSetClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- CwmRowSetClass$Hib
public interface CwmRowSetClass
- extends RefClass
RowSet class proxy interface.
Each instance of RowSet owns a collection of Row instances. The inherited
association between Namespace (a superclass of Package) and ModelElement
is used to contain Instances.
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.
createCwmRowSet
CwmRowSet createCwmRowSet()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createCwmRowSet
CwmRowSet createCwmRowSet(String name,
VisibilityKind visibility)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
name
- An identifier for the ModelElement within its containing
Namespace.visibility
- Specifies extent of the visibility of the
ModelElement within its owning Namespace.
- Returns:
- The created instance object.