Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY reference_in;
          id : identifier;
          target : reference_in_target;
UNIQUE
          ur2 : target;
          ur1 : id;
END_ENTITY; -- reference_in

Entity data types and their attributes

reference_in
          id: identifier;
          target: reference_in_target;

Users: by entity attributes

reference_in

Users: by defined types, not used by any entity attribute

reference_in
          -

Global rules for this entity data type

          -

public interface EReference_in extends EEntity

id (explicit attribute)

          boolean testId(EReference_in type)
          String getId(EReference_in type)
          void setId(EReference_in type, String value)
          void unsetId(EReference_in type)

target (explicit attribute)

          int testTarget(EReference_in type)
          void unsetTarget(EReference_in type)

public class CReference_in implements EReference_in

          static EAttribute attributeId(EReference_in type)
          static EAttribute attributeTarget(EReference_in type)
          static int usedinTarget(EReference_in type, EEntity instance, ASdaiModel domain, AReference_in result)

public class AReference_in extends AEntity

          public EReference_in getByIndex(int index)
          public EReference_in getCurrentMember(SdaiIterator it)