Package fr.ird.observe.dto.model
Interface DtoModel
-
- All Known Implementing Classes:
AggregateDtoModel,DtoModelSupport
public interface DtoModelCreated by tchemit on 26/05/2018.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.ImmutableSet<Class<? extends DataDto>>getDataTypes()StringgetName()com.google.common.collect.ImmutableSet<Class<? extends ReferentialDto>>getReferentialTypes()
-
-
-
Method Detail
-
getName
String getName()
-
getReferentialTypes
com.google.common.collect.ImmutableSet<Class<? extends ReferentialDto>> getReferentialTypes()
-
-