net.sf.farrago.fem.sql2003
Interface FemJar

All Superinterfaces:
CwmElement, CwmModelElement, CwmNamespace, FemAnnotatedElement, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemJar$Hib

public interface FemJar
extends CwmNamespace, FemAnnotatedElement

Jar 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
 int getDeploymentState()
          Returns the value of attribute deploymentState.
 String getUrl()
          Returns the value of attribute url.
 boolean isModelExtension()
          Returns the value of attribute modelExtension.
 void setDeploymentState(int newValue)
          Sets the value of deploymentState attribute.
 void setModelExtension(boolean newValue)
          Sets the value of modelExtension attribute.
 void setUrl(String newValue)
          Sets the value of url attribute.
 
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.sql2003.FemAnnotatedElement
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp
 

Method Detail

getUrl

String getUrl()
Returns the value of attribute url.

Returns:
Value of attribute url.

setUrl

void setUrl(String newValue)
Sets the value of url attribute. See getUrl() for description on the attribute.

Parameters:
newValue - New value to be set.

getDeploymentState

int getDeploymentState()
Returns the value of attribute deploymentState.

Returns:
Value of attribute deploymentState.

setDeploymentState

void setDeploymentState(int newValue)
Sets the value of deploymentState attribute. See getDeploymentState() for description on the attribute.

Parameters:
newValue - New value to be set.

isModelExtension

boolean isModelExtension()
Returns the value of attribute modelExtension.

Returns:
Value of attribute modelExtension.

setModelExtension

void setModelExtension(boolean newValue)
Sets the value of modelExtension attribute. See isModelExtension() for description on the attribute.

Parameters:
newValue - New value to be set.