Package org.deidentifier.arx
Klasse DataType.ARXOrderedString
- Alle implementierten Schnittstellen:
Serializable,Comparator<String>,DataType.DataTypeWithFormat
public static class DataType.ARXOrderedString
extends DataType<String>
implements DataType.DataTypeWithFormat
Base class for ordered string types.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.deidentifier.arx.DataType
DataType.ARXDate, DataType.ARXDecimal, DataType.ARXInteger, DataType.ARXOrderedString, DataType.ARXString, DataType.DataTypeDescription<T>, DataType.DataTypeWithFormat, DataType.DataTypeWithRatioScale<T> -
Feldübersicht
Von Klasse geerbte Felder org.deidentifier.arx.DataType
ANY_VALUE, DATE, DECIMAL, INTEGER, NULL_VALUE, ORDERED_STRING, STRING -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()intCompares two values.booleanConverts a value into a string.Returns a description of the data type.Returns all elements backing this datatype.FormatReturns the locale of the format.inthashCode()booleanChecks whether the given string conforms to the data type's format.Converts a string into a value.toString()Von Klasse geerbte Methoden org.deidentifier.arx.DataType
createAggregate, createDate, createDate, createDecimal, createDecimal, createInteger, createInteger, createOrderedString, createOrderedString, createOrderedString, isAny, isNull, list, listVon Schnittstelle geerbte Methoden java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Methodendetails
-
clone
-
compare
Beschreibung aus Klasse kopiert:DataTypeCompares two values. The result is 0 if both values are equal, less than 0 if the first value is less than the second argument, and greater than 0 if the first value is greater than the second argument. -
equals
-
format
Beschreibung aus Klasse kopiert:DataTypeConverts a value into a string. -
getDescription
Beschreibung aus Klasse kopiert:DataTypeReturns a description of the data type.- Angegeben von:
getDescriptionin KlasseDataType<String>- Gibt zurück:
-
getElements
Returns all elements backing this datatype.- Gibt zurück:
-
getFormat
Beschreibung aus Schnittstelle kopiert:DataType.DataTypeWithFormatFormat- Angegeben von:
getFormatin SchnittstelleDataType.DataTypeWithFormat- Gibt zurück:
-
getLocale
Returns the locale of the format.- Angegeben von:
getLocalein SchnittstelleDataType.DataTypeWithFormat- Gibt zurück:
-
hashCode
public int hashCode() -
isValid
Beschreibung aus Klasse kopiert:DataTypeChecks whether the given string conforms to the data type's format. -
parse
Beschreibung aus Klasse kopiert:DataTypeConverts a string into a value. -
toString
-