JBoss Dynamic Model Representation 1.0.0.GA-redhat-1

org.jboss.dmr
Class Property

java.lang.Object
  extended by org.jboss.dmr.Property
All Implemented Interfaces:
Cloneable

public final class Property
extends Object
implements Cloneable

Author:
David M. Lloyd

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

Constructor Detail

Property

public Property(String name,
                ModelNode value)
Method Detail

getName

public String getName()

getValue

public ModelNode getValue()

clone

public Property clone()
Overrides:
clone in class Object

JBoss Dynamic Model Representation 1.0.0.GA-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.