Class RelationAttributeRegistry

java.lang.Object
org.kingdoms.constants.namespace.NamespaceRegistry<org.kingdoms.constants.group.model.relationships.RelationAttribute>
org.kingdoms.constants.group.model.relationships.RelationAttributeRegistry
All Implemented Interfaces:
Lockable

public final class RelationAttributeRegistry extends NamespaceRegistry<org.kingdoms.constants.group.model.relationships.RelationAttribute> implements Lockable
  • Constructor Details

    • RelationAttributeRegistry

      public RelationAttributeRegistry()
  • Method Details

    • getRawRegistry

      protected Map<Namespace,org.kingdoms.constants.group.model.relationships.RelationAttribute> getRawRegistry()
    • register

      public void register(org.kingdoms.constants.group.model.relationships.RelationAttribute value)
      Overrides:
      register in class NamespaceRegistry<org.kingdoms.constants.group.model.relationships.RelationAttribute>
      Parameters:
      value - the value to be registered.
    • lock

      public void lock()
      Specified by:
      lock in interface Lockable