org.apache.felix.framework.capabilityset
Class Attribute

java.lang.Object
  extended by org.apache.felix.framework.capabilityset.Attribute

public class Attribute
extends Object


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

Constructor Detail

Attribute

public Attribute(String name,
                 Object value,
                 boolean isMandatory)
Method Detail

getName

public String getName()

getValue

public Object getValue()

isMandatory

public boolean isMandatory()

toString

public String toString()
Overrides:
toString in class Object


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