Interface Named

All Known Subinterfaces:
Rule, RuleBuilder<C>, RuleBuilder<C>, RuleDescriptor, RuntimeRule, Type<T>, TypeField
All Known Implementing Classes:
AbstractRule, TypeWrapper

public interface Named
The Named interface represents an entity with a name.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the object.
  • Method Details

    • getName

      String getName()
      Returns the name of the object.
      Returns:
      the name of the object as a String