Class AbstractAttribute

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractAttribute​(java.lang.String attributeName, Type attributeType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getNode()  
      Type getType()  
      • Methods inherited from class java.lang.Object

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

      • AbstractAttribute

        protected AbstractAttribute​(java.lang.String attributeName,
                                    Type attributeType)
    • Method Detail

      • getNode

        public java.lang.String getNode()
        Specified by:
        getNode in interface Property
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Attribute