public abstract class Ref extends Object
There are mainly two different types of references. One is the direct reference, which is only possible when schema components are already available when references are made. The other is the lazy reference, which keeps references by names and later look for the component by name.
This class defines interfaces that define the behavior of such references and classes that implement direct reference semantics.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Ref.AttGroup |
|
static interface |
Ref.Attribute |
|
static interface |
Ref.ComplexType |
|
static interface |
Ref.ContentType |
|
static interface |
Ref.Element |
|
static interface |
Ref.IdentityConstraint |
|
static interface |
Ref.SimpleType |
|
static interface |
Ref.Term |
|
static interface |
Ref.Type |
Constructor | Description |
---|---|
Ref() |
Copyright © 2018 Oracle Corporation. All rights reserved.