Interface AttributeDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefinitionAttribute, DefinitionNameAttribute, DirectStringAttribute, PathAttribute, UntypedAttribute

public interface AttributeDefinition extends Serializable
Attribute definition used in a component definition.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return value hold by this typed attribute.
    void
    Set role attribute.
  • Method Details

    • getValue

      Object getValue()
      Return value hold by this typed attribute.
    • setRole

      void setRole(String role)
      Set role attribute.