Class IdlField
java.lang.Object
org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
org.apache.cxf.tools.corba.common.idltypes.IdlField
- All Implemented Interfaces:
IdlDefn
- Direct Known Subclasses:
IdlAttribute,IdlUnionBranch
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIdlField(IdlScopeBase parent, String name, IdlType idlType) -
Method Summary
Modifier and TypeMethodDescriptionstatic IdlFieldcreate(IdlScopeBase parent, String name, IdlType type) getCircularScope(IdlScopeBase startScope, List<Object> doneDefn) booleanvoidwrite(PrintWriter pw)
-
Field Details
-
LOG
-
-
Constructor Details
-
IdlField
-
-
Method Details
-
create
-
write
-
isEmptyDef
public boolean isEmptyDef()- Specified by:
isEmptyDefin interfaceIdlDefn- Overrides:
isEmptyDefin classIdlDefnImplBase
-
getCircularScope
- Specified by:
getCircularScopein interfaceIdlDefn- Overrides:
getCircularScopein classIdlDefnImplBase
-