Class FactoryMetadata.AttributeNamePair

    • Field Summary

      Fields 
      Modifier and Type Field Description
      Attribute<?,​?> attribute  
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeNamePair​(java.lang.String name, Attribute<?,​?> attribute)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public final java.lang.String name
      • attribute

        public final Attribute<?,​?> attribute
    • Constructor Detail

      • AttributeNamePair

        public AttributeNamePair​(java.lang.String name,
                                 Attribute<?,​?> attribute)