Eclipse Platform
2.1

org.eclipse.ant.core
Class Type

java.lang.Object
  |
  +--org.eclipse.ant.internal.core.AntObject
        |
        +--org.eclipse.ant.core.Type

public class Type
extends org.eclipse.ant.internal.core.AntObject

Represents an Ant type.

Since:
2.1

Fields inherited from class org.eclipse.ant.internal.core.AntObject
fClassName, fLibrary, fName
 
Constructor Summary
Type()
           
 
Method Summary
 String getTypeName()
          Returns the type name
 void setTypeName(String taskName)
          Sets the taskName.
 
Methods inherited from class org.eclipse.ant.internal.core.AntObject
getClassName, getLibrary, isDefault, setClassName, setIsDefault, setLibrary, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Type

public Type()
Method Detail

getTypeName

public String getTypeName()
Returns the type name
Returns:
Returns a String

setTypeName

public void setTypeName(String taskName)
Sets the taskName.
Parameters:
taskName - The taskName to set

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.