com.apelon.dts.client.attribute
Class ModifiesItemType

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

public class ModifiesItemType
extends Object

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

Copyright: Copyright (c) 2003

Company: Apelon, Inc.

Version:
DTS 3.0.0
Author:
Apelon, Inc.

Field Summary
static ModifiesItemType CONCEPT
           
static ModifiesItemType TERM
           
 
Method Summary
 String toString()
          Get string for item type modified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONCEPT

public static final ModifiesItemType CONCEPT

TERM

public static final ModifiesItemType TERM
Method Detail

toString

public String toString()
Get string for item type modified

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


Copyright © 2011. All Rights Reserved.