org.msgpack.template
Class FieldList.Entry

java.lang.Object
  extended by org.msgpack.template.FieldList.Entry
Enclosing class:
FieldList

public static class FieldList.Entry
extends Object


Constructor Summary
FieldList.Entry()
           
FieldList.Entry(String name, FieldOption option)
           
 
Method Summary
 String getName()
           
 FieldOption getOption()
           
 boolean isAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldList.Entry

public FieldList.Entry()

FieldList.Entry

public FieldList.Entry(String name,
                       FieldOption option)
Method Detail

getName

public String getName()

getOption

public FieldOption getOption()

isAvailable

public boolean isAvailable()


Copyright © 2011. All Rights Reserved.