Class AbstractIdentifier

    • Constructor Detail

      • AbstractIdentifier

        public AbstractIdentifier​(String propertyName)
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Identifier
        Get the property name.
        Specified by:
        getName in interface Identifier
        Returns:
        the property name
      • getAttributes

        public List<Attribute> getAttributes()
        Description copied from interface: Identifier
        Get the collection of property attributes.
        Specified by:
        getAttributes in interface Identifier
        Returns:
        unmodifiable list of attributes