de.opsdesign.yax
Class Library

java.lang.Object
  extended by de.opsdesign.yax.Library

public class Library
extends java.lang.Object


Field Summary
static java.lang.String DECLARE_STEP_TYPE
           
static java.lang.String NAME
           
static java.lang.String PIPELINE_LIBRARY
           
 
Constructor Summary
Library()
           
Library(java.lang.String name)
           
 
Method Summary
 void addConstructType(ConstructType constructType)
           
 void addStepType(StepType stepType)
           
 java.util.ArrayList<ConstructType> getConstructTypes()
           
 java.lang.String getName()
           
 java.util.ArrayList<StepType> getStepTypes()
           
 void setName(java.lang.String name)
           
 org.w3c.dom.Element toElement(org.w3c.dom.Document document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECLARE_STEP_TYPE

public static final java.lang.String DECLARE_STEP_TYPE
See Also:
Constant Field Values

PIPELINE_LIBRARY

public static final java.lang.String PIPELINE_LIBRARY
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

Library

public Library()

Library

public Library(java.lang.String name)
Method Detail

addStepType

public void addStepType(StepType stepType)
                 throws ConfigurationException
Throws:
ConfigurationException

addConstructType

public void addConstructType(ConstructType constructType)
                      throws ConfigurationException
Throws:
ConfigurationException

toElement

public org.w3c.dom.Element toElement(org.w3c.dom.Document document)

getStepTypes

public java.util.ArrayList<StepType> getStepTypes()

getConstructTypes

public java.util.ArrayList<ConstructType> getConstructTypes()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)


Copyright © 2008 OPS Design GmbH. All Rights Reserved.