net.sf.farrago.fem.med
Interface FemDataServer

All Superinterfaces:
CwmCatalog, CwmElement, CwmModelElement, CwmNamespace, CwmPackage, FemAnnotatedElement, FemElementWithStorageOptions, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemDataServer$Hib

public interface FemDataServer
extends CwmCatalog, FemElementWithStorageOptions

DataServer object instance interface.

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.


Method Summary
 Collection<FemBaseColumnSet> getColumnSet()
          Returns the value of reference ColumnSet.
 String getType()
          Returns the value of attribute type.
 String getVersion()
          Returns the value of attribute version.
 FemDataWrapper getWrapper()
          Returns the value of reference Wrapper.
 void setType(String newValue)
          Sets the value of type attribute.
 void setVersion(String newValue)
          Sets the value of version attribute.
 void setWrapper(FemDataWrapper newValue)
          Sets the value of Wrapper reference.
 
Methods inherited from interface net.sf.farrago.cwm.relational.CwmCatalog
getDefaultCharacterSetName, getDefaultCollationName, setDefaultCharacterSetName, setDefaultCollationName
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmPackage
getImportedElement
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmNamespace
getOwnedElement
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface net.sf.farrago.fem.med.FemElementWithStorageOptions
getStorageOptions
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAnnotatedElement
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp
 

Method Detail

getType

String getType()
Returns the value of attribute type.

Returns:
Value of attribute type.

setType

void setType(String newValue)
Sets the value of type attribute. See getType() for description on the attribute.

Parameters:
newValue - New value to be set.

getVersion

String getVersion()
Returns the value of attribute version.

Returns:
Value of attribute version.

setVersion

void setVersion(String newValue)
Sets the value of version attribute. See getVersion() for description on the attribute.

Parameters:
newValue - New value to be set.

getWrapper

FemDataWrapper getWrapper()
Returns the value of reference Wrapper.

Returns:
Value of reference Wrapper.

setWrapper

void setWrapper(FemDataWrapper newValue)
Sets the value of Wrapper reference. See getWrapper() for description on the attribute.

Parameters:
newValue - New value to be set.

getColumnSet

Collection<FemBaseColumnSet> getColumnSet()
Returns the value of reference ColumnSet.

Returns:
Value of reference ColumnSet. Element type: FemBaseColumnSet