Class AttributeDTO

java.lang.Object
org.osgi.dto.DTO
org.osgi.service.onem2m.dto.AttributeDTO

public class AttributeDTO extends DTO
DTO expresses Attribute.

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

See Also:
"NotThreadSafe"
  • Field Details

    • name

      public String name
      Attribute name
    • value

      public Object value
      Supposed value of the attribute
  • Constructor Details

    • AttributeDTO

      public AttributeDTO()