Skip to content

Use Xcore types for named types in EXPRESS #11

@riemi-nie

Description

@riemi-nie

Define primitive types using Xcore type syntax and use string conversion definition to apply WHERE rules and other constraints.

type IfcInteger wraps int
create 
{
      Interger.parseInt(it);
}
convert
{
      it.toString();
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions