org.jclouds.glesys.domain
Class GleSYSBoolean

java.lang.Object
  extended by org.jclouds.glesys.domain.GleSYSBoolean

public class GleSYSBoolean
extends Object

Wrapping booleans for the time being (gson won't allow TypeAdapter<Boolean>)


Field Summary
static GleSYSBoolean FALSE
           
static GleSYSBoolean TRUE
           
 
Constructor Summary
GleSYSBoolean(boolean value)
           
 
Method Summary
 boolean getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE

public static final GleSYSBoolean TRUE

FALSE

public static final GleSYSBoolean FALSE
Constructor Detail

GleSYSBoolean

public GleSYSBoolean(boolean value)
Method Detail

getValue

public boolean getValue()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.