Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


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

Entity data types and their attributes

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

Users

location_representation_role
          location_representation_assignment.role

Global rules for this entity data type

          -

public interface ELocation_representation_role extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

public class CLocation_representation_role implements ELocation_representation_role

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

public class ALocation_representation_role extends AEntity

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