JBoss Modules 1.1.2.GA

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()

JBoss Modules 1.1.2.GA

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.