net.sf.farrago.fem.med
Interface FemDataWrapper

All Superinterfaces:
CwmElement, CwmModelElement, FemAnnotatedElement, FemElementWithStorageOptions, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemDataWrapper$Hib

public interface FemDataWrapper
extends CwmModelElement, FemElementWithStorageOptions

DataWrapper 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
 String getLanguage()
          Returns the value of attribute language.
 String getLibraryFile()
          Returns the value of attribute libraryFile.
 Collection<FemDataServer> getServer()
          Returns the value of reference Server.
 boolean isForeign()
          Returns the value of attribute foreign.
 void setForeign(boolean newValue)
          Sets the value of foreign attribute.
 void setLanguage(String newValue)
          Sets the value of language attribute.
 void setLibraryFile(String newValue)
          Sets the value of libraryFile attribute.
 
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
 
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
 

Method Detail

getLibraryFile

String getLibraryFile()
Returns the value of attribute libraryFile.

Returns:
Value of attribute libraryFile.

setLibraryFile

void setLibraryFile(String newValue)
Sets the value of libraryFile attribute. See getLibraryFile() for description on the attribute.

Parameters:
newValue - New value to be set.

getLanguage

String getLanguage()
Returns the value of attribute language.

Returns:
Value of attribute language.

setLanguage

void setLanguage(String newValue)
Sets the value of language attribute. See getLanguage() for description on the attribute.

Parameters:
newValue - New value to be set.

isForeign

boolean isForeign()
Returns the value of attribute foreign.

Returns:
Value of attribute foreign.

setForeign

void setForeign(boolean newValue)
Sets the value of foreign attribute. See isForeign() for description on the attribute.

Parameters:
newValue - New value to be set.

getServer

Collection<FemDataServer> getServer()
Returns the value of reference Server.

Returns:
Value of reference Server. Element type: FemDataServer