Uses of Class
org.rcsb.cif.model.ValueKind
-
Packages that use ValueKind Package Description org.rcsb.cif.model -
-
Uses of ValueKind in org.rcsb.cif.model
Methods in org.rcsb.cif.model that return ValueKind Modifier and Type Method Description ValueKindBaseColumn. getValueKind(int row)ValueKindColumn. getValueKind(int row)States theValueKindfor a particular row.static ValueKindValueKind. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueKind[]ValueKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rcsb.cif.model that return types with arguments of type ValueKind Modifier and Type Method Description Stream<ValueKind>BaseColumn. valueKinds()Stream<ValueKind>Column. valueKinds()
-