org.chur.ant.db.jdbsynch.export
Class FieldTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.chur.ant.db.jdbsynch.export.FieldTask
All Implemented Interfaces:
FieldMetaData

public class FieldTask
extends org.apache.tools.ant.Task
implements FieldMetaData

Date: Mar 29, 2007 Time: 4:05:27 PM Author: Sergey Churikov


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
FieldTask()
           
 
Method Summary
 FieldMetaData getActualField()
           
 java.lang.String getName()
           
 int getType()
           
 boolean isPk()
           
 boolean isSetName()
           
 boolean isSetPk()
           
 boolean isSetType()
           
 void setName(java.lang.String value)
           
 void setPk(boolean value)
           
 void setType(int value)
           
 void unsetName()
           
 void unsetPk()
           
 void unsetType()
           
 
Methods inherited from class org.apache.tools.ant.Task
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldTask

public FieldTask()
          throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException
Method Detail

getActualField

public FieldMetaData getActualField()

getType

public int getType()
Specified by:
getType in interface FieldMetaData

setType

public void setType(int value)
Specified by:
setType in interface FieldMetaData

isSetType

public boolean isSetType()
Specified by:
isSetType in interface FieldMetaData

unsetType

public void unsetType()
Specified by:
unsetType in interface FieldMetaData

isPk

public boolean isPk()
Specified by:
isPk in interface FieldMetaData

setPk

public void setPk(boolean value)
Specified by:
setPk in interface FieldMetaData

isSetPk

public boolean isSetPk()
Specified by:
isSetPk in interface FieldMetaData

unsetPk

public void unsetPk()
Specified by:
unsetPk in interface FieldMetaData

getName

public java.lang.String getName()
Specified by:
getName in interface FieldMetaData

setName

public void setName(java.lang.String value)
Specified by:
setName in interface FieldMetaData

isSetName

public boolean isSetName()
Specified by:
isSetName in interface FieldMetaData

unsetName

public void unsetName()
Specified by:
unsetName in interface FieldMetaData