Class IntervalEventIntrospectConfig
- java.lang.Object
-
- org.ehrbase.webtemplate.parser.config.IntervalEventIntrospectConfig
-
- All Implemented Interfaces:
ClassDependent<Object>,RmIntrospectConfig
public class IntervalEventIntrospectConfig extends Object implements RmIntrospectConfig
-
-
Constructor Summary
Constructors Constructor Description IntervalEventIntrospectConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSetfindExternalValueSet(String fieldName)ClassgetAssociatedClass()Set<String>getNonTemplateFields()
-
-
-
Method Detail
-
getAssociatedClass
public Class getAssociatedClass()
- Specified by:
getAssociatedClassin interfaceClassDependent<Object>
-
getNonTemplateFields
public Set<String> getNonTemplateFields()
- Specified by:
getNonTemplateFieldsin interfaceRmIntrospectConfig
-
findExternalValueSet
public ValueSet findExternalValueSet(String fieldName)
- Specified by:
findExternalValueSetin interfaceRmIntrospectConfig
-
-