Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY location_representation_assignment;
          ABSTRACT SUPERTYPE;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          represented_location : location;
          role : location_representation_role;
END_ENTITY; -- location_representation_assignment

Entity data types and their attributes

location_representation_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          represented_location: location;
          role: location_representation_role;

Known subtypes

          applied_location_representation_assignment (LOCATION_MIM)

Users

location_representation_assignment

Global rules for this entity data type

          -

public interface ELocation_representation_assignment extends EEntity

id (explicit attribute)

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

name (explicit attribute)

          boolean testName(ELocation_representation_assignment type)
          String getName(ELocation_representation_assignment type)
          void setName(ELocation_representation_assignment type, String value)
          void unsetName(ELocation_representation_assignment type)

description (explicit attribute)

          boolean testDescription(ELocation_representation_assignment type)
          String getDescription(ELocation_representation_assignment type)
          void setDescription(ELocation_representation_assignment type, String value)
          void unsetDescription(ELocation_representation_assignment type)

represented_location (explicit attribute)

          boolean testRepresented_location(ELocation_representation_assignment type)
          ELocation getRepresented_location(ELocation_representation_assignment type)
          void setRepresented_location(ELocation_representation_assignment type, ELocation value)
          void unsetRepresented_location(ELocation_representation_assignment type)

role (explicit attribute)

          boolean testRole(ELocation_representation_assignment type)
          ELocation_representation_role getRole(ELocation_representation_assignment type)
          void setRole(ELocation_representation_assignment type, ELocation_representation_role value)
          void unsetRole(ELocation_representation_assignment type)

public class CLocation_representation_assignment implements ELocation_representation_assignment

          static EAttribute attributeId(ELocation_representation_assignment type)
          static EAttribute attributeName(ELocation_representation_assignment type)
          static EAttribute attributeDescription(ELocation_representation_assignment type)
          static EAttribute attributeRepresented_location(ELocation_representation_assignment type)
          static int usedinRepresented_location(ELocation_representation_assignment type, ELocation instance, ASdaiModel domain, ALocation_representation_assignment result)
          static EAttribute attributeRole(ELocation_representation_assignment type)
          static int usedinRole(ELocation_representation_assignment type, ELocation_representation_role instance, ASdaiModel domain, ALocation_representation_assignment result)

public class ALocation_representation_assignment extends AEntity

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