Apache CXF API

org.apache.cxf.tools.corba.common.idltypes
Class IdlPrimitive

java.lang.Object
  extended by org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
      extended by org.apache.cxf.tools.corba.common.idltypes.IdlPrimitive
All Implemented Interfaces:
IdlDefn, IdlType

public final class IdlPrimitive
extends IdlDefnImplBase
implements IdlType


Method Summary
static IdlPrimitive create(IdlScopeBase parent, short type)
           
 String fullName()
           
 String fullName(IdlScopedName rel)
           
 IdlScopedName scopeName()
           
 void write(PrintWriter pw)
           
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, flush, getCircularScope, isCircular, isEmptyDef, localName, name, write, writeFwd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.tools.corba.common.idltypes.IdlDefn
definedIn, flush, getCircularScope, isCircular, isEmptyDef, localName, name, write, writeFwd
 

Method Detail

create

public static IdlPrimitive create(IdlScopeBase parent,
                                  short type)

fullName

public String fullName()
Specified by:
fullName in interface IdlDefn
Overrides:
fullName in class IdlDefnImplBase

fullName

public String fullName(IdlScopedName rel)
Specified by:
fullName in interface IdlDefn
Overrides:
fullName in class IdlDefnImplBase

scopeName

public IdlScopedName scopeName()
Specified by:
scopeName in interface IdlDefn
Overrides:
scopeName in class IdlDefnImplBase

write

public void write(PrintWriter pw)
Specified by:
write in interface IdlDefn

Apache CXF API

Apache CXF