Class TypedAttribute

java.lang.Object
aQute.bnd.osgi.resource.TypedAttribute

public class TypedAttribute extends Object
  • Field Details

    • value

      public final String value
    • type

      public final String type
  • Constructor Details

    • TypedAttribute

      public TypedAttribute(String type, String value)
  • Method Details