org.apache.felix.metatype
Class DesignateObject

java.lang.Object
  extended by org.apache.felix.metatype.DesignateObject

public class DesignateObject
extends Object

The DesignateObject class represents the Object element of the meta type descriptor.

Author:
fmeschbe

Constructor Summary
DesignateObject()
           
 
Method Summary
 void addAttribute(Attribute attribute)
           
 List getAttributes()
           
 String getOcdRef()
           
 void setOcdRef(String ocdRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignateObject

public DesignateObject()
Method Detail

getOcdRef

public String getOcdRef()

setOcdRef

public void setOcdRef(String ocdRef)

getAttributes

public List getAttributes()

addAttribute

public void addAttribute(Attribute attribute)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.