public interface TypeInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
DERIVATION_EXTENSION |
static int |
DERIVATION_LIST |
static int |
DERIVATION_RESTRICTION |
static int |
DERIVATION_UNION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTypeName() |
java.lang.String |
getTypeNamespace() |
boolean |
isDerivedFrom(java.lang.String typeNamespaceArg,
java.lang.String typeNameArg,
int derivationMethod) |
static final int DERIVATION_EXTENSION
static final int DERIVATION_LIST
static final int DERIVATION_RESTRICTION
static final int DERIVATION_UNION