Interface Attribute

All Known Implementing Classes:
DefaultAttribute

public interface Attribute
An attribute
Author:
Dimitrios Michail
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the type of the attribute
    Get the value of the attribute
  • Method Details

    • getValue

      String getValue()
      Get the value of the attribute
      Returns:
      the value of the attribute
    • getType

      AttributeType getType()
      Get the type of the attribute
      Returns:
      the type of the attribute