Class AttributeDTO


  • public class AttributeDTO
    extends org.osgi.dto.DTO
    DTO expresses Attribute.

    This class is typically used in FilterCriteriaDTO for expressing matching condition.

    See Also:
    oneM2M TS-0004 6.3.5.9
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      Attribute name
      java.lang.Object value
      Supposed value of the attribute
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        Attribute name
      • value

        public java.lang.Object value
        Supposed value of the attribute
    • Constructor Detail

      • AttributeDTO

        public AttributeDTO()