Syntax Element: public

Description

Specifies that a design element is publicly visible.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
handdatabase MyDatabase
{
  stereotypes column, table;
  
  version 1.0 : initialized
  {
    protected table X
    {
      public column A;
      public column B;
      
      protected other TransitionSpecificStuff with
        InterestingFact1 = 5,
        InterestingFact2 = "ten";
    }
  }
}

Notes

Related Use Cases

Related Concepts

Other Actions

documentation | all examples for this syntax element | all examples | use cases | concepts | keywords