org.sixdml.transform
Class SixdmlTransformType

java.lang.Object
  |
  +--org.sixdml.transform.SixdmlTransformType

public final class SixdmlTransformType
extends Object

 SixdmlTransformService.java
 
 Class is used by SixdmlTransformService to represent different types of transforms. 

 Created: Fri Jan 11 11:55:20 2002
 

Version:
1.0
Author:
Dare Obasanjo

Field Summary
private  String type
          This is the collection that holds the Resources.
static SixdmlTransformType XPATH2
          Represents a service that uses XPath 2.0 to perform transforms.
static SixdmlTransformType XQUERY
          Represents a service that uses XQuery to perform transforms.
static SixdmlTransformType XSLT
          Represents a service that uses XSLT to perform transforms.
 
Constructor Summary
(package private) SixdmlTransformType(String type)
          Constructor at package scope so cannot be instantiated by objects outside the package.
 
Method Summary
 String toString()
          Returns the type of the index as a string.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

XSLT

public static SixdmlTransformType XSLT
Represents a service that uses XSLT to perform transforms.

XPATH2

public static SixdmlTransformType XPATH2
Represents a service that uses XPath 2.0 to perform transforms.

XQUERY

public static SixdmlTransformType XQUERY
Represents a service that uses XQuery to perform transforms.

type

private String type
This is the collection that holds the Resources.
Constructor Detail

SixdmlTransformType

SixdmlTransformType(String type)
Constructor at package scope so cannot be instantiated by objects outside the package.
Parameters:
type - the type of index.
Method Detail

toString

public String toString()
Returns the type of the index as a string.
Overrides:
toString in class Object
Returns:
the type of the index as a string.