Interface Trait

  • All Superinterfaces:
    ModelEntity, Serializable
    All Known Implementing Classes:
    CeilometerTrait

    public interface Trait
    extends ModelEntity
    The event’s Traits contain most of the details of the event. Traits are typed, and can be strings, ints, floats, or datetime
    Author:
    Miroslav Lacina
    • Method Detail

      • getName

        String getName()
        Returns:
        name of Trait
      • getType

        String getType()
        Returns:
        data type of Trait
      • getValue

        String getValue()
        Returns:
        value of Trait