com.hammurapi.config
Interface Reference

All Superinterfaces:
CommonObject, org.eclipse.emf.ecore.EObject, Factory, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
NamedReference
All Known Implementing Classes:
NamedReferenceImpl, ReferenceImpl

public interface Reference
extends Factory

A representation of the model object 'Reference'. External object definition which is loaded from URL or reference to already defined object with id.

The following features are supported:

See Also:
ConfigPackage.getReference()

Method Summary
 Factory getRef()
          Returns the value of the 'Ref' reference.
 String getRefId()
          Returns the value of the 'Ref Id' attribute.
 void setRef(Factory value)
          Sets the value of the 'Ref' reference.
 void setRefId(String value)
          Sets the value of the 'Ref Id' attribute.
 
Methods inherited from interface com.hammurapi.config.Factory
compile, create, getConfigScript, getDescription, getHomePage, getId, getService, getSource, getSupportedExecutionEnvironments, isEnabled, setConfigScript, setDescription, setEnabled, setHomePage, setId
 
Methods inherited from interface com.hammurapi.party.CommonObject
getRoles
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRefId

String getRefId()
Returns the value of the 'Ref Id' attribute. Reference id. Mutually exclusive with href.

Returns:
the value of the 'Ref Id' attribute.
See Also:
setRefId(String), ConfigPackage.getReference_RefId()

setRefId

void setRefId(String value)
Sets the value of the 'Ref Id' attribute.

Parameters:
value - the new value of the 'Ref Id' attribute.
See Also:
getRefId()

getRef

Factory getRef()
Returns the value of the 'Ref' reference. Reference to an external object definition.

Returns:
the value of the 'Ref' reference.
See Also:
setRef(Factory), ConfigPackage.getReference_Ref()

setRef

void setRef(Factory value)
Sets the value of the 'Ref' reference.

Parameters:
value - the new value of the 'Ref' reference.
See Also:
getRef()