public static enum DateTextFieldInterceptor.DateWord extends Enum<DateTextFieldInterceptor.DateWord>
| Modifier and Type | Method and Description | 
|---|---|
| static DateTextFieldInterceptor.DateWord | get(Character c) | 
| static DateTextFieldInterceptor.DateWord[] | getAll() | 
| String | getDateType() | 
| String | getDescription() | 
| Integer | getLength() | 
| static DateTextFieldInterceptor.DateWord | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DateTextFieldInterceptor.DateWord[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DateTextFieldInterceptor.DateWord S
public static final DateTextFieldInterceptor.DateWord s
public static final DateTextFieldInterceptor.DateWord m
public static final DateTextFieldInterceptor.DateWord H
public static final DateTextFieldInterceptor.DateWord d
public static final DateTextFieldInterceptor.DateWord M
public static final DateTextFieldInterceptor.DateWord y
public static DateTextFieldInterceptor.DateWord[] values()
for (DateTextFieldInterceptor.DateWord c : DateTextFieldInterceptor.DateWord.values()) System.out.println(c);
public static DateTextFieldInterceptor.DateWord valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDescription()
public Integer getLength()
public String getDateType()
public static DateTextFieldInterceptor.DateWord get(Character c)
public static DateTextFieldInterceptor.DateWord[] getAll()
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.