Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY location_role;
          id : identifier;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- location_role

Entity data types and their attributes

location_role
          id: identifier;
          name: label;
          (OPT) description: text;

Users

location_role
          location_assignment.role

Global rules for this entity data type

          -

public interface ELocation_role extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

public class CLocation_role implements ELocation_role

          static EAttribute attributeId(ELocation_role type)
          static EAttribute attributeName(ELocation_role type)
          static EAttribute attributeDescription(ELocation_role type)

public class ALocation_role extends AEntity

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