| コンストラクタと説明 |
|---|
UsedCol(RawColType rawColType,
RawColIndexType rawColIndexType,
ColumnPosition position) |
UsedCol(RawColType rawColType,
RawColIndexType rawColIndexType,
ColumnPosition position,
MetaGRdbPropertyStore col,
MetaPrimitiveProperty property) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
compareTo(UsedCol o) |
boolean |
equals(java.lang.Object obj) |
MetaGRdbPropertyStore |
getCol() |
ColumnPosition |
getPosition() |
MetaPrimitiveProperty |
getProperty() |
RawColIndexType |
getRawColIndexType() |
RawColType |
getRawColType() |
int |
hashCode() |
public UsedCol(RawColType rawColType, RawColIndexType rawColIndexType, ColumnPosition position)
public UsedCol(RawColType rawColType, RawColIndexType rawColIndexType, ColumnPosition position, MetaGRdbPropertyStore col, MetaPrimitiveProperty property)
public RawColType getRawColType()
public RawColIndexType getRawColIndexType()
public ColumnPosition getPosition()
public MetaGRdbPropertyStore getCol()
public MetaPrimitiveProperty getProperty()
public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object