Interface AttributeDescriptor

    • Method Detail

      • getLocalName

        String getLocalName()
        The local name for this AttributeDescriptor. Specifically this returns getName().getLocalPart().
        Returns:
        The local name for this attribute descriptor.
      • getDefaultValue

        Object getDefaultValue()
        The default value for the attribute.

        This value is used when an attribute is created and no value for it is specified.

        This value may be null. If it is non-null it should be an instance of of the class specified by getType().getBinding().