Package adalid.core
Class ProjectEntityReference
- java.lang.Object
-
- adalid.core.ProjectEntityReference
-
public class ProjectEntityReference extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Class<?>>getDeclaredTypes()Map<String,Class<?>>getDeclaringTypes()EntitygetEntity()Class<?>getEntityClass()booleanisExplicit()booleanisImplicit()
-
-
-
Method Detail
-
getEntity
public Entity getEntity()
- Returns:
- the entity
-
getEntityClass
public Class<?> getEntityClass()
- Returns:
- the entity class
-
isExplicit
public boolean isExplicit()
- Returns:
- the explicit reference indicator
-
isImplicit
public boolean isImplicit()
- Returns:
- the implicit reference indicator
-
-