Class SchemaInfoObject
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.common.SchemaInfoObject
-
public class SchemaInfoObject extends java.lang.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, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
SchemaInfoObject.Type
getType()
java.lang.String
toString()
-
-
-
Constructor Detail
-
SchemaInfoObject
public SchemaInfoObject(SchemaInfoObject.Type type, java.lang.String name)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getType
public SchemaInfoObject.Type getType()
- Returns:
- the type
-
getName
public java.lang.String getName()
- Returns:
- the name
-
-