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

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
Attribute, Domain, ForeignKey, KeyConstraint, PrimaryKey, Relation, Schema, UniqueKey
All Known Implementing Classes:
ErjAttributeImpl, ErjDomainImpl, ErjForeignKeyImpl, ErjKeyConstraintImpl, ErjModelElementImpl, ErjPrimaryKeyImpl, ErjRelationImpl, ErjSchemaImpl, ErjUniqueKeyImpl

public interface ModelElement
extends javax.jmi.reflect.RefObject


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getIdentifier()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String newValue)
           
 void setIdentifier(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 
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

getName

public java.lang.String getName()

setName

public void setName(java.lang.String newValue)

getIdentifier

public java.lang.String getIdentifier()

setIdentifier

public void setIdentifier(java.lang.String newValue)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String newValue)


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