public class IdlField extends IdlDefnImplBase
| Modifier | Constructor and Description |
|---|---|
protected |
IdlField(IdlScopeBase parent,
String name,
IdlType idlType) |
| Modifier and Type | Method and Description |
|---|---|
static IdlField |
create(IdlScopeBase parent,
String name,
IdlType type) |
IdlScopeBase |
getCircularScope(IdlScopeBase startScope,
List<Object> doneDefn) |
boolean |
isEmptyDef() |
void |
write(PrintWriter pw) |
protected static final Logger LOG
protected IdlField(IdlScopeBase parent, String name, IdlType idlType)
public static IdlField create(IdlScopeBase parent, String name, IdlType type)
public void write(PrintWriter pw)
public boolean isEmptyDef()
isEmptyDef in interface IdlDefnisEmptyDef in class IdlDefnImplBasepublic IdlScopeBase getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
getCircularScope in interface IdlDefngetCircularScope in class IdlDefnImplBaseApache CXF