com.hazelcast.instance
Class GroupProperties.GroupProperty

java.lang.Object
  extended by com.hazelcast.instance.GroupProperties.GroupProperty
Enclosing class:
GroupProperties

public static class GroupProperties.GroupProperty
extends Object


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.