com.hazelcast.client.config
Class ClientProperties.ClientProperty

java.lang.Object
  extended by com.hazelcast.client.config.ClientProperties.ClientProperty
Enclosing class:
ClientProperties

public static class ClientProperties.ClientProperty
extends Object

A single client property.


Method Summary
 boolean getBoolean()
           
 byte getByte()
           
 int getInteger()
           
 long getLong()
           
 String getName()
           
 String getString()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getValue

public String getValue()

getInteger

public int getInteger()

getByte

public byte getByte()

getBoolean

public boolean getBoolean()

getString

public String getString()

getLong

public long getLong()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.