public abstract static class SchemaComponent.Ref
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
_handle |
Modifier | Constructor and Description |
---|---|
protected |
SchemaComponent.Ref(SchemaComponent schemaComponent) |
protected |
SchemaComponent.Ref(SchemaTypeSystem schemaTypeSystem,
java.lang.String handle) |
Modifier and Type | Method and Description |
---|---|
SchemaComponent |
getComponent() |
abstract int |
getComponentType() |
SchemaTypeSystem |
getTypeSystem() |
protected SchemaComponent.Ref(SchemaComponent schemaComponent)
protected SchemaComponent.Ref(SchemaTypeSystem schemaTypeSystem, java.lang.String handle)
public abstract int getComponentType()
public final SchemaTypeSystem getTypeSystem()
public final SchemaComponent getComponent()