public class ValueIndex extends Object implements Comparable<ValueIndex>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ValueIndex o) |
boolean |
equals(Object obj) |
CharacteristicIndex |
getCharacteristicIndex() |
PartIndex |
getPartIndex() |
Integer |
getValueIndex() |
int |
hashCode() |
static ValueIndex |
of(CharacteristicIndex characteristicIndex,
Integer valueIndex) |
static ValueIndex |
of(Integer partIndex,
Integer characteristicIndex,
Integer valueIndex) |
static ValueIndex |
of(PartIndex partIndex,
CharacteristicIndex characteristicIndex,
Integer valueIndex) |
boolean |
platiProVsechnyHodnotyDilu() |
String |
toString() |
public PartIndex getPartIndex()
public CharacteristicIndex getCharacteristicIndex()
public Integer getValueIndex()
public boolean platiProVsechnyHodnotyDilu()
public static ValueIndex of(CharacteristicIndex characteristicIndex, Integer valueIndex)
public static ValueIndex of(PartIndex partIndex, CharacteristicIndex characteristicIndex, Integer valueIndex)
public static ValueIndex of(Integer partIndex, Integer characteristicIndex, Integer valueIndex)
public int compareTo(ValueIndex o)
compareTo in interface Comparable<ValueIndex>Copyright © 2019. All rights reserved.