Apache CXF API

Uses of Class
org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase

Packages that use IdlScopeBase
org.apache.cxf.tools.corba.common.idltypes   
 

Uses of IdlScopeBase in org.apache.cxf.tools.corba.common.idltypes
 

Subclasses of IdlScopeBase in org.apache.cxf.tools.corba.common.idltypes
 class IdlEnum
           
 class IdlException
           
 class IdlInterface
           
 class IdlModule
           
 class IdlOperation
           
 class IdlRoot
           
 class IdlStruct
           
 class IdlStructBase
           
 class IdlUnion
           
 

Methods in org.apache.cxf.tools.corba.common.idltypes that return IdlScopeBase
 IdlScopeBase IdlDefnImplBase.definedIn()
           
 IdlScopeBase IdlDefn.definedIn()
           
 IdlScopeBase IdlSequenceBase.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlScopeBase.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlField.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlStructBase.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlUnion.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlDefnImplBase.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlParam.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlDefn.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlArrayBase.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 

Methods in org.apache.cxf.tools.corba.common.idltypes with parameters of type IdlScopeBase
static IdlAnonSequence IdlAnonSequence.create(IdlScopeBase parent, IdlType elem)
           
static IdlAnonArray IdlAnonArray.create(IdlScopeBase parent, IdlType elem, int size)
           
static IdlAnonSequence IdlAnonSequence.create(IdlScopeBase parent, IdlType elem, int bound)
           
static IdlAnonFixed IdlAnonFixed.create(IdlScopeBase parent, int digits, int scale)
           
static IdlPrimitive IdlPrimitive.create(IdlScopeBase parent, short type)
           
static IdlEnum IdlEnum.create(IdlScopeBase parent, String name)
           
static IdlModule IdlModule.create(IdlScopeBase parent, String name)
           
static IdlException IdlException.create(IdlScopeBase parent, String name)
           
static IdlEnumerator IdlEnumerator.create(IdlScopeBase parent, String name)
           
static IdlInterface IdlInterface.create(IdlScopeBase parent, String name)
           
static IdlStruct IdlStruct.create(IdlScopeBase parent, String name)
           
static IdlOperation IdlOperation.create(IdlScopeBase parent, String name, boolean isOneway)
           
static IdlSequence IdlSequence.create(IdlScopeBase parent, String name, IdlType elem)
           
static IdlTypedef IdlTypedef.create(IdlScopeBase parent, String name, IdlType base)
           
static IdlField IdlField.create(IdlScopeBase parent, String name, IdlType type)
           
static IdlUnion IdlUnion.create(IdlScopeBase parent, String name, IdlType discriminator)
           
static IdlAttribute IdlAttribute.create(IdlScopeBase parent, String name, IdlType type, boolean readonly)
           
static IdlSequence IdlSequence.create(IdlScopeBase parent, String name, IdlType elem, int bound)
           
static IdlArray IdlArray.create(IdlScopeBase parent, String name, IdlType elem, int size)
           
static IdlConst IdlConst.create(IdlScopeBase parent, String name, IdlType base, String value)
           
static IdlFixed IdlFixed.create(IdlScopeBase parent, String name, int digits, int scale)
           
 IdlScopeBase IdlSequenceBase.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlScopeBase.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlField.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlStructBase.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlUnion.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlDefnImplBase.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlParam.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlDefn.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 IdlScopeBase IdlArrayBase.getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
           
 

Constructors in org.apache.cxf.tools.corba.common.idltypes with parameters of type IdlScopeBase
IdlArrayBase(IdlScopeBase parent, String name, IdlType elem, int length)
           
IdlField(IdlScopeBase parent, String name, IdlType idlType)
           
IdlFixedBase(IdlScopeBase parent, String name, int numbers, int scaleSize)
           
IdlScopeBase(IdlScopeBase parent, String name)
           
IdlSequenceBase(IdlScopeBase parent, String name, IdlType elem, int boundValue)
           
IdlStructBase(IdlScopeBase parent, String name, String type)
           
 


Apache CXF API

Apache CXF