|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apelon.beans.dts.plugin.transferable.DTSDataFlavor
public final class DTSDataFlavor
Defines the various Data Flavors for DTS Data Types.
Copyright: Copyright (c) 2004
Company: Apelon, Inc.
Field Summary | |
---|---|
static DataFlavor |
conceptAssociationFlavor
Concept Association Data Flavor. |
static DataFlavor |
conceptFlavor
DTS Concept Data Flavor. |
static DataFlavor |
multiFlavor
DTS Multi Select Data Flavor. |
static DataFlavor |
propertyFlavor
DTS Property Data Flavor. |
static DataFlavor |
roleFlavor
DTS Role Data Flavor. |
static DataFlavor |
subsetFlavor
Subset Data Flavor. |
static DataFlavor |
synonymFlavor
Synonym Data Flavor. |
static DataFlavor |
termAssociationFlavor
Term Association Data Flavor. |
static DataFlavor |
termFlavor
Term Data Flavor. |
Constructor Summary | |
---|---|
DTSDataFlavor()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DataFlavor conceptFlavor
DTSConcept
.
The human-readable string to identify this flavor is "Concept".
public static final DataFlavor conceptAssociationFlavor
ConceptAssociation
.
The human-readable string to identify this flavor is "Concept Association".
public static final DataFlavor multiFlavor
Vector
.
The elements of the vector can be one or more of these types :
The human-readable string to identify this flavor is "DTSMultiData".
public static final DataFlavor propertyFlavor
DTSProperty
.
The human-readable string to identify this flavor is "Property".
public static final DataFlavor roleFlavor
DTSRole
.
The human-readable string to identify this flavor is "Role".
public static DataFlavor subsetFlavor
Subset
.
The human-readable string to identify this flavor is "Subset".
public static final DataFlavor synonymFlavor
Synonym
.
The human-readable string to identify this flavor is "Synonym".
public static final DataFlavor termAssociationFlavor
TermAssociation
.
The human-readable string to identify this flavor is "TermAssociation".
public static final DataFlavor termFlavor
Term
.
The human-readable string to identify this flavor is "Term".
Constructor Detail |
---|
public DTSDataFlavor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |