org.apache.felix.framework.util.manifestparser
Class R4Attribute

java.lang.Object
  extended by org.apache.felix.framework.util.manifestparser.R4Attribute

public class R4Attribute
extends Object


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

getName

public String getName()

getValue

public Object getValue()

isMandatory

public boolean isMandatory()


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