Class Attribute


  • @Deprecated(since="2021-05-27")
    public class Attribute
    extends OptionalAttributes
    Deprecated.
    The Apache Felix metatype API is deprecated, please use the OSGi metatype API instead.
    The Attribute TODO
    • Constructor Detail

      • Attribute

        public Attribute()
        Deprecated.
    • Method Detail

      • getAdRef

        public java.lang.String getAdRef()
        Deprecated.
      • setAdRef

        public void setAdRef​(java.lang.String adRef)
        Deprecated.
      • getContent

        public java.lang.String[] getContent()
        Deprecated.
      • addContent

        public void addContent​(java.lang.String[] added)
        Deprecated.
      • addContent

        public void addContent​(java.lang.String content,
                               boolean split)
        Deprecated.