Package org.apache.xmlbeans
Class SchemaIdentityConstraint.Ref
java.lang.Object
org.apache.xmlbeans.SchemaComponent.Ref
org.apache.xmlbeans.SchemaIdentityConstraint.Ref
- Enclosing interface:
- SchemaIdentityConstraint
public static final class SchemaIdentityConstraint.Ref extends SchemaComponent.Ref
Used to allow on-demand loading of identity constraints.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Ref(SchemaIdentityConstraint idc)
Ref(SchemaTypeSystem system, String handle)
-
Method Summary
Modifier and Type Method Description SchemaIdentityConstraint
get()
int
getComponentType()
-
Constructor Details
-
Method Details
-
getComponentType
public final int getComponentType()- Specified by:
getComponentType
in classSchemaComponent.Ref
-
get
-