Interface Identifier

All Superinterfaces:
AttributeContainer, Bindable<Serializable>
All Known Implementing Classes:
AbstractIdentifier, CompositeIdentifier, SimpleIdentifier

public interface Identifier extends AttributeContainer, Bindable<Serializable>
Common contract for an identifier.
  • Method Details

    • getName

      String getName()
      Get the property name.
      Returns:
      the property name
    • getAttributes

      List<Attribute> getAttributes()
      Get the collection of property attributes.
      Returns:
      unmodifiable list of attributes