Class SchemaInfoObject
- java.lang.Object
 - 
- org.linuxforhealth.fhir.database.utils.common.SchemaInfoObject
 
 
- 
public class SchemaInfoObject extends java.lang.ObjectA database object (table, index, view etc) existing within a schema 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemaInfoObject.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.StringgetName()SchemaInfoObject.TypegetType()java.lang.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
SchemaInfoObject
public SchemaInfoObject(SchemaInfoObject.Type type, java.lang.String name)
 
 - 
 
- 
Method Detail
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
getType
public SchemaInfoObject.Type getType()
- Returns:
 - the type
 
 
- 
getName
public java.lang.String getName()
- Returns:
 - the name
 
 
 - 
 
 -