Package org.apache.felix.metatype
Class DesignateObject
- java.lang.Object
-
- org.apache.felix.metatype.OptionalAttributes
-
- org.apache.felix.metatype.DesignateObject
-
@Deprecated 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.java.util.ListgetAttributes()Deprecated.java.lang.StringgetOcdRef()Deprecated.voidsetOcdRef(java.lang.String ocdRef)Deprecated.-
Methods inherited from class org.apache.felix.metatype.OptionalAttributes
addOptionalAttribute, getOptionalAttributes
-
-
-
-
Method Detail
-
getOcdRef
public java.lang.String getOcdRef()
Deprecated.
-
setOcdRef
public void setOcdRef(java.lang.String ocdRef)
Deprecated.
-
getAttributes
public java.util.List getAttributes()
Deprecated.
-
addAttribute
public void addAttribute(Attribute attribute)
Deprecated.
-
-