Uses of Class
org.plasma.text.ddl.DDLOperation

Packages that use DDLOperation
org.plasma.text.ddl Package level documentation for package org.plasma.text.ddl. 
 

Uses of DDLOperation in org.plasma.text.ddl
 

Fields in org.plasma.text.ddl declared as DDLOperation
protected  DDLOperation DDLAssembler.operation
           
 

Methods in org.plasma.text.ddl that return DDLOperation
static DDLOperation DDLOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DDLOperation[] DDLOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.plasma.text.ddl with parameters of type DDLOperation
DDLAssembler(Schemas schemas, DDLFactory factory, DDLOperation operation)
           
DDLStreamAssembler(Schemas schemas, DDLFactory factory, DDLOperation operation, OutputStream stream)
           
 



Copyright © 2014. All rights reserved.