Package org.apache.felix.metatype
Class DesignateObject
- java.lang.Object
-
- org.apache.felix.metatype.OptionalAttributes
-
- org.apache.felix.metatype.DesignateObject
-
@Deprecated(since="2021-05-27") public class DesignateObject extends OptionalAttributes
Deprecated.The Apache Felix metatype API is deprecated, please use the OSGi metatype API instead.TheDesignateObjectclass represents theObjectelement of the meta type descriptor.
-
-
Constructor Summary
Constructors Constructor Description DesignateObject()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddAttribute(Attribute attribute)Deprecated.ListgetAttributes()Deprecated.StringgetOcdRef()Deprecated.voidsetOcdRef(String ocdRef)Deprecated.-
Methods inherited from class org.apache.felix.metatype.OptionalAttributes
addOptionalAttribute, getOptionalAttributes
-
-