org.jboss.modules.management
Class ObjectProperties.Property

java.lang.Object
  extended by org.jboss.modules.management.ObjectProperties.Property
Enclosing class:
ObjectProperties

public static final class ObjectProperties.Property
extends Object

A single property in a properties list.


Constructor Summary
ObjectProperties.Property(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectProperties.Property

public ObjectProperties.Property(String key,
                                 String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()


Copyright © 2011. All Rights Reserved.