Class AttributeName

    • Field Detail

      • prefix

        protected final String prefix
      • attributeName

        protected final String attributeName
      • completeAttributeNames

        protected final String[] completeAttributeNames
    • Constructor Detail

      • AttributeName

        protected AttributeName​(String prefix,
                                String attributeName,
                                String[] completeAttributeNames)
    • Method Detail

      • getAttributeName

        public String getAttributeName()
      • isPrefixed

        public boolean isPrefixed()
      • getPrefix

        public String getPrefix()
      • getCompleteAttributeNames

        public String[] getCompleteAttributeNames()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object