JBoss Dynamic Model Representation API 1.0.0.Final

org.jboss.dmr
Class Property

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

public final class Property
extends java.lang.Object
implements java.lang.Cloneable

Author:
David M. Lloyd

Constructor Summary
Property(java.lang.String name, ModelNode value)
           
 
Method Summary
 Property clone()
           
 java.lang.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(java.lang.String name,
                ModelNode value)
Method Detail

getName

public java.lang.String getName()

getValue

public ModelNode getValue()

clone

public Property clone()
Overrides:
clone in class java.lang.Object

JBoss Dynamic Model Representation API 1.0.0.Final

Copyright © 2010 JBoss, a division of Red Hat, Inc.