org.exoplatform.commons.api.settings
Class SettingValue<T>

java.lang.Object
  extended by org.exoplatform.commons.api.settings.SettingValue<T>
All Implemented Interfaces:
Serializable

public class SettingValue<T>
extends Object
implements Serializable

Author:
Alain Defrance
See Also:
Serialized Form

Constructor Summary
SettingValue(T value)
           
 
Method Summary
static SettingValue<Boolean> create(Boolean value)
           
static SettingValue<Double> create(Double value)
           
static SettingValue<Long> create(Long value)
           
static SettingValue<String> create(String value)
           
 T getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingValue

public SettingValue(T value)
Method Detail

getValue

public T getValue()

create

public static SettingValue<String> create(String value)

create

public static SettingValue<Long> create(Long value)

create

public static SettingValue<Double> create(Double value)

create

public static SettingValue<Boolean> create(Boolean value)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.