All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstack4j.model.telemetry.TraitDescription Maven / Gradle / Ivy

package org.openstack4j.model.telemetry;

import org.openstack4j.model.ModelEntity;

/**
 * A description of a trait, with no associated value.
 *
 * @author Miroslav Lacina
 */
public interface TraitDescription extends ModelEntity {

    /**
     * @return name of Trait
     */
    String getName();

    /**
     * @return data type of Trait
     */
    String getType();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy