Syntax Element: protected

Description

Specifies that a design element is visible only to inheritors of the containing element.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
handdatabase MyDatabase
{
  stereotypes column, table, other;
  
  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