Uses of Class
com.apelon.dts.client.association.Purpose

Packages that use Purpose
com.apelon.dts.client.association This package provides capability to work with associations between concepts, terms, or a concept and a term. 
 

Uses of Purpose in com.apelon.dts.client.association
 

Fields in com.apelon.dts.client.association declared as Purpose
static Purpose Purpose.ARBITRARY
           
static Purpose Purpose.HISTORY
           
static Purpose Purpose.MAPPING
           
 

Methods in com.apelon.dts.client.association that return Purpose
 Purpose AssociationType.getPurpose()
          Gets the purpose for this association.
 

Methods in com.apelon.dts.client.association with parameters of type Purpose
 void AssociationType.setPurpose(Purpose newPurpose)
          Sets the purpose of the association.
 

Constructors in com.apelon.dts.client.association with parameters of type Purpose
AssociationType(String name, int namespaceId, ItemsConnected itemsConnected, Purpose purpose, String inverseName)
          Constructs a new AssociationType with specified name, namespace, type of items associated, and purpose: the id and code will be generated by the server when this AssociationType is added.
AssociationType(String name, int id, String code, int namespaceId, ItemsConnected itemsConnected, Purpose purpose, String inverseName)
          Constructs a new AssociationType with specified name, ID, code, namespace, type of items associated, and purpose.
 



Copyright © 2011. All Rights Reserved.