Enum Class Term

java.lang.Object
java.lang.Enum<Term>
de.xam.featdoc.Term
All Implemented Interfaces:
Serializable, Comparable<Term>, Constable

public enum Term extends Enum<Term>
  • Enum Constant Details

    • asynchronous

      public static final Term asynchronous
    • callFrom

      public static final Term callFrom
    • callsFrom

      public static final Term callsFrom
    • callsTo

      public static final Term callsTo
    • feature

      public static final Term feature
    • features

      public static final Term features
    • if_

      public static final Term if_
    • incomingApiCalls

      public static final Term incomingApiCalls
    • incomingAsyncEvents

      public static final Term incomingAsyncEvents
    • overviewCallsFromSystems

      public static final Term overviewCallsFromSystems
    • rule

      public static final Term rule
    • scenario

      public static final Term scenario
    • scenarioSteps

      public static final Term scenarioSteps
    • scenarioTree

      public static final Term scenarioTree
    • scenarios

      public static final Term scenarios
    • sequenceDiagram

      public static final Term sequenceDiagram
    • synchronous

      public static final Term synchronous
    • system

      public static final Term system
    • systemLandscape

      public static final Term systemLandscape
    • systems

      public static final Term systems
    • systemsOverview

      public static final Term systemsOverview
    • then_

      public static final Term then_
    • legend

      public static final Term legend
  • Method Details

    • values

      public static Term[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Term valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • in

      public String in(I18n.Language language)