public class ScopeChild extends Object
| Constructor and Description |
|---|
ScopeChild(int ordinal,
String alias,
INamespace namespace,
boolean nullable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
INamespace |
getNamespace() |
int |
getOrdinal() |
boolean |
isNullable() |
String |
toString() |
public ScopeChild(int ordinal, String alias, INamespace namespace, boolean nullable)
public int getOrdinal()
public INamespace getNamespace()
public boolean isNullable()