Uses of Class
aQute.bnd.compatibility.Kind
-
Packages that use Kind Package Description aQute.bnd.compatibility -
-
Uses of Kind in aQute.bnd.compatibility
Methods in aQute.bnd.compatibility that return Kind Modifier and Type Method Description static Kind
Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Kind[]
Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.compatibility with parameters of type Kind Modifier and Type Method Description void
Scope. setKind(Kind kind)
Constructors in aQute.bnd.compatibility with parameters of type Kind Constructor Description Scope(Access access, Kind kind, java.lang.String name)
-