Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY location_assignment;
          ABSTRACT SUPERTYPE;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          assigned_location : location;
          role : location_role;
END_ENTITY; -- location_assignment

Entity data types and their attributes

location_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          assigned_location: location;
          role: location_role;

Known subtypes

          applied_location_assignment (LOCATION_ASSIGNMENT_MIM)

Users

location_assignment

Global rules for this entity data type

          -

public interface ELocation_assignment extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

assigned_location (explicit attribute)

          boolean testAssigned_location(ELocation_assignment type)
          ELocation getAssigned_location(ELocation_assignment type)
          void setAssigned_location(ELocation_assignment type, ELocation value)
          void unsetAssigned_location(ELocation_assignment type)

role (explicit attribute)

          boolean testRole(ELocation_assignment type)
          ELocation_role getRole(ELocation_assignment type)
          void setRole(ELocation_assignment type, ELocation_role value)
          void unsetRole(ELocation_assignment type)

public class CLocation_assignment implements ELocation_assignment

          static EAttribute attributeId(ELocation_assignment type)
          static EAttribute attributeName(ELocation_assignment type)
          static EAttribute attributeDescription(ELocation_assignment type)
          static EAttribute attributeAssigned_location(ELocation_assignment type)
          static int usedinAssigned_location(ELocation_assignment type, ELocation instance, ASdaiModel domain, ALocation_assignment result)
          static EAttribute attributeRole(ELocation_assignment type)
          static int usedinRole(ELocation_assignment type, ELocation_role instance, ASdaiModel domain, ALocation_assignment result)

public class ALocation_assignment extends AEntity

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