public abstract class IdlSequenceBase extends IdlDefnImplBase implements IdlType
| Modifier | Constructor and Description |
|---|---|
protected |
IdlSequenceBase(IdlScopeBase parent,
String name,
IdlType elem,
int boundValue) |
| Modifier and Type | Method and Description |
|---|---|
IdlScopeBase |
getCircularScope(IdlScopeBase startScope,
List<Object> doneDefn) |
boolean |
isEmptyDef() |
void |
write(PrintWriter pw) |
definedIn, flush, fullName, fullName, isCircular, localName, name, scopeName, write, writeFwdprotected IdlSequenceBase(IdlScopeBase parent, String name, IdlType elem, int boundValue)
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