public class GetField extends Object implements Streamable, Iterable<Object>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getName() |
Object |
getValue() |
List<Object> |
getValues() |
boolean |
isMetadataField() |
Iterator<Object> |
iterator() |
void |
readFrom(StreamInput in) |
static GetField |
readGetField(StreamInput in) |
void |
writeTo(StreamOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic String getName()
public Object getValue()
public boolean isMetadataField()
public static GetField readGetField(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.