com.ibm.xml.xapi.ant

Class AbstractLocalpartURITuple

  1. java.lang.Object
  2. extended bycom.ibm.xml.xapi.ant.AbstractLocalpartURITuple
Direct known subclasses:
Binding.ArgType, Binding.Name, Binding.Type

  1. public abstract class AbstractLocalpartURITuple
  2. extends java.lang.Object

Field Summary

Modifier and Type Field and Description
  1. protected
  2. Project
myProject

Constructor Summary

Constructor and Description
AbstractLocalpartURITuple()
AbstractLocalpartURITuple(Project p)

Method Summary

Modifier and Type Method and Description
  1. LocalPart
createLocalPart()
  1. NameSpaceURI
createNamespaceURI()
  1. java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

myProject

  1. protected Project myProject

Constructor Detail

AbstractLocalpartURITuple

  1. public AbstractLocalpartURITuple( )

AbstractLocalpartURITuple

  1. public AbstractLocalpartURITuple( Project p)

Method Detail

createLocalPart

  1. public LocalPart createLocalPart( )

createNamespaceURI

  1. public NameSpaceURI createNamespaceURI( )

toString

  1. public java.lang.String toString( )
Overrides:
toString in class java.lang.Object