- 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
-
Method Details
-
getName
String getName()Returns the name of the object.- Returns:
- the name of the object as a String
-