org.apache.felix.bundlerepository
Class R4Attribute

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

public class R4Attribute
extends java.lang.Object


Constructor Summary
R4Attribute(java.lang.String name, java.lang.String value, boolean isMandatory)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.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(java.lang.String name,
                   java.lang.String value,
                   boolean isMandatory)
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

isMandatory

public boolean isMandatory()