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

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured
All Known Implementing Classes:
ErjRelationClassImpl

public interface RelationClass
extends javax.jmi.reflect.RefClass


Method Summary
 Relation createRelation()
           
 Relation createRelation(java.lang.String name, java.lang.String identifier, java.lang.String description)
           
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateEnum, refCreateEnum, refCreateInstance, refCreateStruct, refCreateStruct
 
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

createRelation

public Relation createRelation()

createRelation

public Relation createRelation(java.lang.String name,
                               java.lang.String identifier,
                               java.lang.String description)


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