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

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

public interface DefaultValueConfig
extends ClassConfig


Method Summary
 String getThe_attribute()
           
 String getThe_value()
           
 void setThe_attribute(String the_attribute)
           
 void setThe_value(String the_value)
           
 
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

getThe_attribute

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

setThe_attribute

void setThe_attribute(String the_attribute)
                      throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

getThe_value

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

setThe_value

void setThe_value(String the_value)
                  throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException