public class ColorType extends AbstractIntType
Type.Range| Modifier and Type | Field and Description |
|---|---|
static ColorType |
COLOR |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Block leftBlock,
int leftPosition,
Block rightBlock,
int rightPosition) |
boolean |
equals(Object other) |
Object |
getObjectValue(ConnectorSession session,
Block block,
int position) |
int |
hashCode() |
boolean |
isOrderable() |
appendTo, createBlockBuilder, createBlockBuilder, createFixedSizeBlockBuilder, equalTo, getFixedSize, getLong, getSlice, hash, hash, isComparable, writeLonggetBoolean, getDisplayName, getDouble, getJavaType, getObject, getTypeParameters, getTypeSignature, toString, writeBoolean, writeDouble, writeObject, writeSlice, writeSliceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDisplayName, getDouble, getJavaType, getObject, getRange, getTypeParameters, getTypeSignature, writeBoolean, writeDouble, writeObject, writeSlice, writeSlicepublic static final ColorType COLOR
public static final String NAME
public boolean isOrderable()
isOrderable in interface TypeisOrderable in class AbstractIntTypepublic int compareTo(Block leftBlock, int leftPosition, Block rightBlock, int rightPosition)
compareTo in interface TypecompareTo in class AbstractIntTypepublic Object getObjectValue(ConnectorSession session, Block block, int position)
public boolean equals(Object other)
equals in class AbstractTypepublic int hashCode()
hashCode in class AbstractTypeCopyright © 2012–2019. All rights reserved.