Class DvProportionClassGeneratorConfig
- java.lang.Object
-
- org.ehrbase.client.classgenerator.config.DvProportionClassGeneratorConfig
-
- All Implemented Interfaces:
RmClassGeneratorConfig,ClassDependent<Object>
public class DvProportionClassGeneratorConfig extends Object implements RmClassGeneratorConfig
-
-
Constructor Summary
Constructors Constructor Description DvProportionClassGeneratorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetAssociatedClass()Set<String>getExpandFields()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ehrbase.client.classgenerator.config.RmClassGeneratorConfig
isExpandField
-
-
-
-
Method Detail
-
getAssociatedClass
public Class getAssociatedClass()
- Specified by:
getAssociatedClassin interfaceClassDependent<Object>- Specified by:
getAssociatedClassin interfaceRmClassGeneratorConfig
-
getExpandFields
public Set<String> getExpandFields()
- Specified by:
getExpandFieldsin interfaceRmClassGeneratorConfig
-
-