.. java:import:: java.util HashMap .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.transaction GetIDByName .. java:import:: org.caosdb.server.entity.xml EntityToElementStrategy .. java:import:: org.caosdb.server.entity.xml FileToElementStrategy .. java:import:: org.caosdb.server.entity.xml ToElementStrategy Role ==== .. java:package:: org.caosdb.server.entity :noindex: .. java:type:: public enum Role Enum Constants -------------- DataType ^^^^^^^^ .. java:field:: public static final Role DataType :outertype: Role File ^^^^ .. java:field:: public static final Role File :outertype: Role Property ^^^^^^^^ .. java:field:: public static final Role Property :outertype: Role QueryTemplate ^^^^^^^^^^^^^ .. java:field:: public static final Role QueryTemplate :outertype: Role Record ^^^^^^ .. java:field:: public static final Role Record :outertype: Role RecordType ^^^^^^^^^^ .. java:field:: public static final Role RecordType :outertype: Role Methods ------- getId ^^^^^ .. java:method:: public EntityID getId() :outertype: Role getToElementStrategy ^^^^^^^^^^^^^^^^^^^^ .. java:method:: public ToElementStrategy getToElementStrategy() :outertype: Role init ^^^^ .. java:method:: public static void init(Access access) throws Exception :outertype: Role parse ^^^^^ .. java:method:: public static Role parse(String str) :outertype: Role