org.apache.cxf.tools.corba.common.idltypes
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
public class IdlField
- extends IdlDefnImplBase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final Logger LOG
IdlField
protected IdlField(IdlScopeBase parent,
String name,
IdlType idlType)
create
public static IdlField create(IdlScopeBase parent,
String name,
IdlType type)
write
public void write(PrintWriter pw)
isEmptyDef
public boolean isEmptyDef()
- Specified by:
isEmptyDef in interface IdlDefn- Overrides:
isEmptyDef in class IdlDefnImplBase
getCircularScope
public IdlScopeBase getCircularScope(IdlScopeBase startScope,
List<Object> doneDefn)
- Specified by:
getCircularScope in interface IdlDefn- Overrides:
getCircularScope in class IdlDefnImplBase
Apache CXF