Overview Schemas Index

PERSON_ORGANIZATION_SCHEMA (jsdai.SPerson_organization_schema)


ENTITY person_type_definition_formation;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          of_person_type : person_type;
END_ENTITY; -- person_type_definition_formation

Entity data types and their attributes

person_type_definition_formation
          id: identifier;
          name: label;
          (OPT) description: text;
          of_person_type: person_type;

Users

person_type_definition_formation
          person_type_definition.formation

Global rules for this entity data type

          -

public interface EPerson_type_definition_formation extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

of_person_type (explicit attribute)

          boolean testOf_person_type(EPerson_type_definition_formation type)
          EPerson_type getOf_person_type(EPerson_type_definition_formation type)
          void setOf_person_type(EPerson_type_definition_formation type, EPerson_type value)
          void unsetOf_person_type(EPerson_type_definition_formation type)

public class CPerson_type_definition_formation implements EPerson_type_definition_formation

          static EAttribute attributeId(EPerson_type_definition_formation type)
          static EAttribute attributeName(EPerson_type_definition_formation type)
          static EAttribute attributeDescription(EPerson_type_definition_formation type)
          static EAttribute attributeOf_person_type(EPerson_type_definition_formation type)
          static int usedinOf_person_type(EPerson_type_definition_formation type, EPerson_type instance, ASdaiModel domain, APerson_type_definition_formation result)

public class APerson_type_definition_formation extends AEntity

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