com.hammurapi.party
Interface Tag

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TagImpl

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

A representation of the model object 'Tag'. Name value pair.

The following features are supported:

See Also:
PartyPackage.getTag()

Method Summary
 String getComment()
          Returns the value of the 'Comment' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<String> getValue()
          Returns the value of the 'Value' attribute list.
 void setComment(String value)
          Sets the value of the 'Comment' attribute.
 void setName(String value)
          Sets the value of the 'Name' 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

getName

String getName()
Returns the value of the 'Name' attribute. Tag name.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), PartyPackage.getTag_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getValue

org.eclipse.emf.common.util.EList<String> getValue()
Returns the value of the 'Value' attribute list. The list contents are of type String. Tag value(s).

Returns:
the value of the 'Value' attribute list.
See Also:
PartyPackage.getTag_Value()

getComment

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

Returns:
the value of the 'Comment' attribute.
See Also:
setComment(String), PartyPackage.getTag_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()