public class WritableBooleanObjectInspector extends AbstractPrimitiveWritableObjectInspector implements SettableBooleanObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeParams| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
copyObject(java.lang.Object o)
Get a copy of the Object in the same class, so the return value can be
stored independently of the parameter.
|
java.lang.Object |
create(boolean value)
Create an object with the value.
|
boolean |
get(java.lang.Object o)
Get the boolean data.
|
java.lang.Object |
getPrimitiveJavaObject(java.lang.Object o)
Get the Java Primitive object.
|
java.lang.Object |
set(java.lang.Object o,
boolean value)
Set the object with the value.
|
getPrimitiveWritableObject, preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeName, getTypeParams, setTypeParamsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getPrimitiveWritableObject, getTypeParams, preferWritable, setTypeParamsgetCategory, getTypeNamepublic boolean get(java.lang.Object o)
BooleanObjectInspectorget in interface BooleanObjectInspectorpublic java.lang.Object copyObject(java.lang.Object o)
PrimitiveObjectInspectorcopyObject in interface PrimitiveObjectInspectorpublic java.lang.Object getPrimitiveJavaObject(java.lang.Object o)
PrimitiveObjectInspectorgetPrimitiveJavaObject in interface PrimitiveObjectInspectorpublic java.lang.Object create(boolean value)
SettableBooleanObjectInspectorcreate in interface SettableBooleanObjectInspectorpublic java.lang.Object set(java.lang.Object o,
boolean value)
SettableBooleanObjectInspectorset in interface SettableBooleanObjectInspectorCopyright © 2012 The Apache Software Foundation