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:
org.kingdoms.constants.namespace.Lockable

public final class RelationAttributeRegistry extends org.kingdoms.constants.namespace.NamespaceRegistry<org.kingdoms.constants.group.model.relationships.RelationAttribute> implements org.kingdoms.constants.namespace.Lockable
  • Field Summary

    Fields inherited from class org.kingdoms.constants.namespace.NamespaceRegistry

    registry
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<org.kingdoms.constants.namespace.Namespace,org.kingdoms.constants.group.model.relationships.RelationAttribute>
     
    void
     
    void
    register(org.kingdoms.constants.group.model.relationships.RelationAttribute value)
     

    Methods inherited from class org.kingdoms.constants.namespace.NamespaceRegistry

    getRegistered, getRegistry, isRegisetered

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RelationAttributeRegistry

      public RelationAttributeRegistry()
  • Method Details

    • getRawRegistry

      protected Map<org.kingdoms.constants.namespace.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 org.kingdoms.constants.namespace.NamespaceRegistry<org.kingdoms.constants.group.model.relationships.RelationAttribute>
    • lock

      public void lock()
      Specified by:
      lock in interface org.kingdoms.constants.namespace.Lockable