com.bonevich.erj.mof.interfaces.model
Interface Relation

All Superinterfaces:
ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Implementing Classes:
ErjRelationImpl

public interface Relation
extends ModelElement


Method Summary
 java.util.List getAttributes()
           
 java.util.List getKeys()
           
 Schema getSchema()
           
 void setSchema(Schema newValue)
           
 
Methods inherited from interface com.bonevich.erj.mof.interfaces.model.ModelElement
getDescription, getIdentifier, getName, setDescription, setIdentifier, setName
 
Methods inherited from interface javax.jmi.reflect.RefObject
refDelete, refGetClass, 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, refVerify
 

Method Detail

getSchema

public Schema getSchema()

setSchema

public void setSchema(Schema newValue)

getAttributes

public java.util.List getAttributes()

getKeys

public java.util.List getKeys()


Copyright © 2001-2003 bonevich.com. All Rights Reserved.