com.ibm.carma.model
Interface Field

All Superinterfaces:
DefaultParameter, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Parameter

public interface Field
extends DefaultParameter

A representation of the model object 'Field'. A description of a CARMA Field. CARMA fields are typically defined as metadata keys that should be displayed to users when displaying CARMA resources. The fields could be provide helpful information for users in navigating resource lists. For example:

The following features are supported:

See Also:
ModelPackage.getField()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getFieldId()
          Returns the value of the 'Field Id' attribute.
 java.lang.String getMemberInfoKey()
          Returns the value of the 'Member Info Key' attribute.
 
Methods inherited from interface com.ibm.carma.model.DefaultParameter
getDefaultValue
 
Methods inherited from interface com.ibm.carma.model.Parameter
getDescription, getLength, getName, getParameterId, getType
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getFieldId

java.lang.String getFieldId()
Returns the value of the 'Field Id' attribute. The unique identifier for the field. The id is unique per Repository Manager. The field ID is the same as the parameter ID.

Returns:
the value of the 'Field Id' attribute.
See Also:
ModelPackage.getField_FieldId()

getMemberInfoKey

java.lang.String getMemberInfoKey()
Returns the value of the 'Member Info Key' attribute. The member info key that the field references in the CARMAResource

Returns:
the value of the 'Member Info Key' attribute.
See Also:
ModelPackage.getField_MemberInfoKey()