org.apache.felix.metatype
Class Attribute

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

public class Attribute
extends Object

The Attribute TODO

Version:
$Rev$, $Date: 2008-06-04 17:00:34 +0200 (Mi, 04. Jun 2008) $
Author:
fmeschbe

Constructor Summary
Attribute()
           
 
Method Summary
 void addContent(String[] added)
           
 void addContent(String content, boolean split)
           
 String getAdRef()
           
 String[] getContent()
           
 void setAdRef(String adRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Method Detail

getAdRef

public String getAdRef()

setAdRef

public void setAdRef(String adRef)

getContent

public String[] getContent()

addContent

public void addContent(String[] added)

addContent

public void addContent(String content,
                       boolean split)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.