org.apache.felix.bundlerepository
Class R4Attribute

java.lang.Object
  extended by org.apache.felix.bundlerepository.R4Attribute

public class R4Attribute
extends Object


Constructor Summary
R4Attribute(String name, String value, boolean isMandatory)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 boolean isMandatory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

R4Attribute

public R4Attribute(String name,
                   String value,
                   boolean isMandatory)
Method Detail

getName

public String getName()

getValue

public String getValue()

isMandatory

public boolean isMandatory()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.