Package org.deidentifier.arx.aggregates
Klasse HierarchyBuilderDate.Format
java.lang.Object
org.deidentifier.arx.aggregates.HierarchyBuilderDate.Format
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
HierarchyBuilderDate
A format-class for localization
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancontains(HierarchyBuilderDate.Granularity granularity) Returns whether a format for the given granularity is setget(HierarchyBuilderDate.Granularity granularity) Returns the format for the given granularitybooleanChecks whether the input string adheres to the patternvoidset(HierarchyBuilderDate.Granularity granularity, String format) Sets a form
-
Konstruktordetails
-
Format
public Format()Default format
-
-
Methodendetails
-
contains
Returns whether a format for the given granularity is set- Parameter:
granularity-- Gibt zurück:
-
get
Returns the format for the given granularity- Parameter:
granularity-- Gibt zurück:
-
isValid
Checks whether the input string adheres to the pattern- Parameter:
input-pattern-
-
set
Sets a form- Parameter:
granularity-format-
-