Apache CXF API

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

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

public final class IdlConst
extends IdlDefnImplBase
implements IdlType


Method Summary
static IdlConst create(IdlScopeBase parent, String name, IdlType base, String value)
           
 void write(PrintWriter pw)
           
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, flush, fullName, fullName, getCircularScope, isCircular, isEmptyDef, localName, name, scopeName, 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, fullName, fullName, getCircularScope, isCircular, isEmptyDef, localName, name, scopeName, write, writeFwd
 

Method Detail

create

public static IdlConst create(IdlScopeBase parent,
                              String name,
                              IdlType base,
                              String value)

write

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

Apache CXF API

Apache CXF