.. java:import:: java.util HashMap .. java:import:: java.util Objects .. java:import:: org.caosdb.server.entity.container RetrieveContainer .. java:import:: org.caosdb.server.transaction Retrieve MagicTypes ========== .. java:package:: org.caosdb.server.entity :noindex: .. java:type:: public enum MagicTypes Some types correspond to entities in the database with magic IDs. Enum Constants -------------- DESCRIPTION ^^^^^^^^^^^ .. java:field:: public static final MagicTypes DESCRIPTION :outertype: MagicTypes NAME ^^^^ .. java:field:: public static final MagicTypes NAME :outertype: MagicTypes UNIT ^^^^ .. java:field:: public static final MagicTypes UNIT :outertype: MagicTypes Methods ------- getEntity ^^^^^^^^^ .. java:method:: public EntityInterface getEntity() :outertype: MagicTypes getId ^^^^^ .. java:method:: public EntityID getId() :outertype: MagicTypes getType ^^^^^^^ .. java:method:: public static MagicTypes getType(EntityID id) :outertype: MagicTypes