org.apache.felix.dm.annotation.plugin.bnd
Class MetaType.AD

java.lang.Object
  extended by org.apache.felix.dm.annotation.plugin.bnd.MetaType.AD
Enclosing class:
MetaType

public static class MetaType.AD
extends Object

An Attribute Definition, which describes a given Properties


Constructor Summary
MetaType.AD(String id, String type, Object[] defaults, String name, String desc, Integer cardinality, Boolean required)
           
 
Method Summary
 void add(MetaType.Option option)
           
 void writeTo(PrintWriter pw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaType.AD

public MetaType.AD(String id,
                   String type,
                   Object[] defaults,
                   String name,
                   String desc,
                   Integer cardinality,
                   Boolean required)
Method Detail

writeTo

public void writeTo(PrintWriter pw)

add

public void add(MetaType.Option option)


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