com.hammurapi.party
Interface Tagged

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Address, ContactInfo, Custom, DateEffectiveObject, EMail, MatrixRelationship, Organization, Party, Person, Phone, Role, URL, USAddress, Web
All Known Implementing Classes:
CustomImpl, EMailImpl, MatrixRelationshipImpl, OrganizationImpl, PersonImpl, PhoneImpl, RoleImpl, USAddressImpl, WebImpl

public interface Tagged
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Tagged'. Container of tagged values.

The following features are supported:

See Also:
PartyPackage.getTagged()

Method Summary
 String getComment()
          Returns the value of the 'Comment' attribute.
 org.eclipse.emf.common.util.EList<Tag> getTags()
          Returns the value of the 'Tags' containment reference list.
 void setComment(String value)
          Sets the value of the 'Comment' attribute.
 
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

getTags

org.eclipse.emf.common.util.EList<Tag> getTags()
Returns the value of the 'Tags' containment reference list. The list contents are of type Tag. Tags.

Returns:
the value of the 'Tags' containment reference list.
See Also:
PartyPackage.getTagged_Tags()

getComment

String getComment()
Returns the value of the 'Comment' attribute. Comment.

Returns:
the value of the 'Comment' attribute.
See Also:
setComment(String), PartyPackage.getTagged_Comment()

setComment

void setComment(String value)
Sets the value of the 'Comment' attribute.

Parameters:
value - the new value of the 'Comment' attribute.
See Also:
getComment()