org.n52.wps.io.data.binding.literal
Class LiteralBooleanBinding

java.lang.Object
  extended by org.n52.wps.io.data.binding.literal.LiteralBooleanBinding
All Implemented Interfaces:
java.io.Serializable, IData, ILiteralData

public class LiteralBooleanBinding
extends java.lang.Object
implements ILiteralData

See Also:
Serialized Form

Constructor Summary
LiteralBooleanBinding(boolean payload)
           
 
Method Summary
 java.lang.Boolean getPayload()
           
 java.lang.Class getSupportedClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralBooleanBinding

public LiteralBooleanBinding(boolean payload)
Method Detail

getPayload

public java.lang.Boolean getPayload()
Specified by:
getPayload in interface IData

getSupportedClass

public java.lang.Class getSupportedClass()
Specified by:
getSupportedClass in interface IData


Copyright © 2007-2011 52north.org. All Rights Reserved.