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

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

public interface UniqueKeyClass
extends javax.jmi.reflect.RefClass


Method Summary
 UniqueKey createUniqueKey()
           
 UniqueKey createUniqueKey(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

createUniqueKey

public UniqueKey createUniqueKey()

createUniqueKey

public UniqueKey createUniqueKey(java.lang.String name,
                                 java.lang.String identifier,
                                 java.lang.String description)


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