Class SchemaInfoObject
- java.lang.Object
-
- com.ibm.fhir.database.utils.common.SchemaInfoObject
-
public class SchemaInfoObject extends Object
A database object (table, index, view etc) existing within a schema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SchemaInfoObject.Type
-
Constructor Summary
Constructors Constructor Description SchemaInfoObject(SchemaInfoObject.Type type, String name)
-
-
-
Constructor Detail
-
SchemaInfoObject
public SchemaInfoObject(SchemaInfoObject.Type type, String name)
-
-
Method Detail
-
getType
public SchemaInfoObject.Type getType()
- Returns:
- the type
-
getName
public String getName()
- Returns:
- the name
-
-