uk.ac.ucl.cs.emofocl.hutn.jmi
Interface IdentifierConfig

All Superinterfaces:
ClassConfig, ExtObject, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Implementing Classes:
IdentifierConfig_Impl

public interface IdentifierConfig
extends ClassConfig


Method Summary
 String getId_attribute()
           
 UniquenessScope getUniqueness()
           
 void setId_attribute(String id_attribute)
           
 void setUniqueness(UniquenessScope uniqueness)
           
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.hutn.jmi.ClassConfig
getTheClass, setTheClass
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObject
extAddObjectListener, extDeepCopy, extDeepCopy, extEquals, extRemoveObjectListener, extValueHash, extVisit
 
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

getId_attribute

String getId_attribute()
                       throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setId_attribute

void setId_attribute(String id_attribute)
                     throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

getUniqueness

UniquenessScope getUniqueness()
                              throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setUniqueness

void setUniqueness(UniquenessScope uniqueness)
                   throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException