com.apelon.dts.client.attribute
Class QualifiesItemType

java.lang.Object
  extended by com.apelon.dts.client.attribute.QualifiesItemType

public class QualifiesItemType
extends Object

Provides a typesafe enum pattern for the type of the item qualified by a qualifier. A qualifier may be attached to a concept or term association or concept or term property.

Copyright: Copyright (c) 2003

Company: Apelon, Inc.

Version:
DTS 3.0.0
Author:
Apelon, Inc.

Field Summary
static QualifiesItemType CONCEPT_ASSOCIATION
           
static QualifiesItemType CONCEPT_PROPERTY
           
static QualifiesItemType TERM_ASSOCIATION
           
static QualifiesItemType TERM_PROPERTY
           
 
Method Summary
 String toString()
          Get string for item type qualified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONCEPT_ASSOCIATION

public static final QualifiesItemType CONCEPT_ASSOCIATION

TERM_ASSOCIATION

public static final QualifiesItemType TERM_ASSOCIATION

CONCEPT_PROPERTY

public static final QualifiesItemType CONCEPT_PROPERTY

TERM_PROPERTY

public static final QualifiesItemType TERM_PROPERTY
Method Detail

toString

public String toString()
Get string for item type qualified

Overrides:
toString in class Object
Returns:
item type qualified string


Copyright © 2011. All Rights Reserved.