Guvnor - Structure API 6.2.0.Final

org.guvnor.structure.server.config
Class ConfigItem<T>

java.lang.Object
  extended by org.guvnor.structure.server.config.ConfigItem<T>
Direct Known Subclasses:
SecureConfigItem

public class ConfigItem<T>
extends Object


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

Constructor Detail

ConfigItem

public ConfigItem()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public T getValue()

setValue

public void setValue(T value)

Guvnor - Structure API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.