org.openanzo.jastor.ant
Class BaseTypesElement

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.openanzo.jastor.ant.BaseTypesElement

public class BaseTypesElement
extends org.apache.tools.ant.Task

Author:
Ben Szekely (bhszekel@us.ibm.com)

Constructor Summary
BaseTypesElement()
           
 
Method Summary
 java.lang.String getBaseLiteralClass()
          Get the base literal class for this element
 void setBaseLiteralClass(java.lang.String baseLiteralClass)
          Set the base literal class for this element
 
Methods inherited from class org.apache.tools.ant.Task
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTypesElement

public BaseTypesElement()
Method Detail

getBaseLiteralClass

public java.lang.String getBaseLiteralClass()
Get the base literal class for this element

Returns:
the base literal class for this element

setBaseLiteralClass

public void setBaseLiteralClass(java.lang.String baseLiteralClass)
Set the base literal class for this element

Parameters:
baseLiteralClass - the base literal class for this element


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.