org.modeshape.jboss.managed
Class ManagedEngine.ManagedProperty

java.lang.Object
  extended by org.modeshape.jboss.managed.ManagedEngine.ManagedProperty
Enclosing class:
ManagedEngine

public static class ManagedEngine.ManagedProperty
extends Object


Constructor Summary
ManagedEngine.ManagedProperty()
           
ManagedEngine.ManagedProperty(Reflection.Property property, String currentValue)
           
ManagedEngine.ManagedProperty(String label, String currentValue)
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 String getName()
           
 String getValue()
           
 void setDescription(String description)
           
 void setLabel(String label)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedEngine.ManagedProperty

public ManagedEngine.ManagedProperty()

ManagedEngine.ManagedProperty

public ManagedEngine.ManagedProperty(String label,
                                     String currentValue)

ManagedEngine.ManagedProperty

public ManagedEngine.ManagedProperty(Reflection.Property property,
                                     String currentValue)
Method Detail

setDescription

public void setDescription(String description)
Parameters:
description -

setName

public void setName(String name)
Parameters:
name - Sets name to the specified value.

getName

public String getName()
Returns:
name

setLabel

public void setLabel(String label)
Parameters:
label - Sets label to the specified value.

getLabel

public String getLabel()
Returns:
label

getValue

public String getValue()
Returns:
value

getDescription

public String getDescription()
Returns:
description


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.