Class IdlPrimitive
- java.lang.Object
-
- org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlPrimitive
-
public final class IdlPrimitive extends IdlDefnImplBase implements IdlType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdlPrimitivecreate(IdlScopeBase parent, short type)StringfullName()StringfullName(IdlScopedName rel)IdlScopedNamescopeName()voidwrite(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:
fullNamein interfaceIdlDefn- Overrides:
fullNamein classIdlDefnImplBase
-
fullName
public String fullName(IdlScopedName rel)
- Specified by:
fullNamein interfaceIdlDefn- Overrides:
fullNamein classIdlDefnImplBase
-
scopeName
public IdlScopedName scopeName()
- Specified by:
scopeNamein interfaceIdlDefn- Overrides:
scopeNamein classIdlDefnImplBase
-
write
public void write(PrintWriter pw)
-
-