Class DefaultAttributeRegistry

    • Constructor Detail

    • Method Detail

      • getAttributeDescription

        public AttributeMetaData getAttributeDescription​(String namespace,
                                                         String name)
        Description copied from interface: AttributeRegistry
        Retrieves the metadata for an attribute by namespace and name.
        Specified by:
        getAttributeDescription in interface AttributeRegistry
        Parameters:
        namespace - the namespace for the attribute.
        name - the attribute name.
        Returns:
        the attribute definition or null, if the attribute is not defined.