Uses of Interface
com.hammurapi.party.Tag

Packages that use Tag
com.hammurapi.party   
com.hammurapi.party.impl   
com.hammurapi.party.util   
 

Uses of Tag in com.hammurapi.party
 

Methods in com.hammurapi.party that return Tag
 Tag PartyFactory.createTag()
          Returns a new object of class 'Tag'.
 

Methods in com.hammurapi.party that return types with arguments of type Tag
 org.eclipse.emf.common.util.EList<Tag> Tagged.getTags()
          Returns the value of the 'Tags' containment reference list.
 

Uses of Tag in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement Tag
 class TagImpl
          An implementation of the model object 'Tag'.
 

Fields in com.hammurapi.party.impl with type parameters of type Tag
protected  org.eclipse.emf.common.util.EList<Tag> CustomImpl.tags
          The cached value of the 'Tags' containment reference list.
protected  org.eclipse.emf.common.util.EList<Tag> EMailImpl.tags
          The cached value of the 'Tags' containment reference list.
protected  org.eclipse.emf.common.util.EList<Tag> MatrixRelationshipImpl.tags
          The cached value of the 'Tags' containment reference list.
protected  org.eclipse.emf.common.util.EList<Tag> OrganizationImpl.tags
          The cached value of the 'Tags' containment reference list.
protected  org.eclipse.emf.common.util.EList<Tag> PersonImpl.tags
          The cached value of the 'Tags' containment reference list.
protected  org.eclipse.emf.common.util.EList<Tag> PhoneImpl.tags
          The cached value of the 'Tags' containment reference list.
protected  org.eclipse.emf.common.util.EList<Tag> RoleImpl.tags
          The cached value of the 'Tags' containment reference list.
protected  org.eclipse.emf.common.util.EList<Tag> USAddressImpl.tags
          The cached value of the 'Tags' containment reference list.
protected  org.eclipse.emf.common.util.EList<Tag> WebImpl.tags
          The cached value of the 'Tags' containment reference list.
 

Methods in com.hammurapi.party.impl that return Tag
 Tag PartyFactoryImpl.createTag()
           
 

Methods in com.hammurapi.party.impl that return types with arguments of type Tag
 org.eclipse.emf.common.util.EList<Tag> CustomImpl.getTags()
           
 org.eclipse.emf.common.util.EList<Tag> EMailImpl.getTags()
           
 org.eclipse.emf.common.util.EList<Tag> MatrixRelationshipImpl.getTags()
           
 org.eclipse.emf.common.util.EList<Tag> OrganizationImpl.getTags()
           
 org.eclipse.emf.common.util.EList<Tag> PersonImpl.getTags()
           
 org.eclipse.emf.common.util.EList<Tag> PhoneImpl.getTags()
           
 org.eclipse.emf.common.util.EList<Tag> RoleImpl.getTags()
           
 org.eclipse.emf.common.util.EList<Tag> USAddressImpl.getTags()
           
 org.eclipse.emf.common.util.EList<Tag> WebImpl.getTags()
           
 

Uses of Tag in com.hammurapi.party.util
 

Methods in com.hammurapi.party.util with parameters of type Tag
 T PartySwitch.caseTag(Tag object)
          Returns the result of interpreting the object as an instance of 'Tag'.