net.sf.farrago.fem.sql2003
Interface FemSqlpathElement

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemSqlpathElement$Hib

public interface FemSqlpathElement
extends RefObject

SQLPathElement 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
 FemLocalSchema getDefiningSchema()
          Returns the value of reference DefiningSchema.
 String getSearchedSchemaCatalogName()
          Returns the value of attribute searchedSchemaCatalogName.
 String getSearchedSchemaName()
          Returns the value of attribute searchedSchemaName.
 void setDefiningSchema(FemLocalSchema newValue)
          Sets the value of DefiningSchema reference.
 void setSearchedSchemaCatalogName(String newValue)
          Sets the value of searchedSchemaCatalogName attribute.
 void setSearchedSchemaName(String newValue)
          Sets the value of searchedSchemaName attribute.
 
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

getSearchedSchemaCatalogName

String getSearchedSchemaCatalogName()
Returns the value of attribute searchedSchemaCatalogName.

Returns:
Value of attribute searchedSchemaCatalogName.

setSearchedSchemaCatalogName

void setSearchedSchemaCatalogName(String newValue)
Sets the value of searchedSchemaCatalogName attribute. See getSearchedSchemaCatalogName() for description on the attribute.

Parameters:
newValue - New value to be set.

getSearchedSchemaName

String getSearchedSchemaName()
Returns the value of attribute searchedSchemaName.

Returns:
Value of attribute searchedSchemaName.

setSearchedSchemaName

void setSearchedSchemaName(String newValue)
Sets the value of searchedSchemaName attribute. See getSearchedSchemaName() for description on the attribute.

Parameters:
newValue - New value to be set.

getDefiningSchema

FemLocalSchema getDefiningSchema()
Returns the value of reference DefiningSchema.

Returns:
Value of reference DefiningSchema.

setDefiningSchema

void setDefiningSchema(FemLocalSchema newValue)
Sets the value of DefiningSchema reference. See getDefiningSchema() for description on the attribute.

Parameters:
newValue - New value to be set.