Package fr.ird.observe.dto.model
Class AggregateDtoModel
- java.lang.Object
-
- fr.ird.observe.dto.model.AggregateDtoModel
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAggregateDtoModel(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AggregateDtoModelget()com.google.common.collect.ImmutableSet<Class<? extends DataDto>>getDataTypes()com.google.common.collect.ImmutableSet<DtoModel>getModels()StringgetName()com.google.common.collect.ImmutableSet<Class<? extends ReferentialDto>>getReferentialTypes()
-
-
-
Constructor Detail
-
AggregateDtoModel
protected AggregateDtoModel(String name)
-
-
Method Detail
-
get
public static AggregateDtoModel get()
-
getReferentialTypes
public com.google.common.collect.ImmutableSet<Class<? extends ReferentialDto>> getReferentialTypes()
- Specified by:
getReferentialTypesin interfaceDtoModel
-
getDataTypes
public com.google.common.collect.ImmutableSet<Class<? extends DataDto>> getDataTypes()
- Specified by:
getDataTypesin interfaceDtoModel
-
getModels
public com.google.common.collect.ImmutableSet<DtoModel> getModels()
-
-