public enum ECodepointProfile extends Enum<ECodepointProfile>
| Enum Constant and Description |
|---|
ALPHA |
ALPHANUM |
ASCIISANSCRLF |
AUTHORITY |
FRAGMENT |
IFRAGMENT |
IHOST |
IPATH |
IPATHNODELIMS |
IPATHNODELIMS_SEG |
IPRIVATE |
IQUERY |
IREGNAME |
IUNRESERVED |
IUSERINFO |
NONE |
PATH |
PATHNODELIMS |
PCT |
QUERY |
RESERVED |
SCHEME |
SCHEMESPECIFICPART |
STD3ASCIIRULES |
UNRESERVED |
USERINFO |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(int nCodepoint) |
IntPredicate |
getFilter() |
static ECodepointProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECodepointProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECodepointProfile NONE
public static final ECodepointProfile ALPHA
public static final ECodepointProfile ALPHANUM
public static final ECodepointProfile FRAGMENT
public static final ECodepointProfile IFRAGMENT
public static final ECodepointProfile PATH
public static final ECodepointProfile IPATH
public static final ECodepointProfile IUSERINFO
public static final ECodepointProfile USERINFO
public static final ECodepointProfile QUERY
public static final ECodepointProfile IQUERY
public static final ECodepointProfile SCHEME
public static final ECodepointProfile PATHNODELIMS
public static final ECodepointProfile IPATHNODELIMS
public static final ECodepointProfile IPATHNODELIMS_SEG
public static final ECodepointProfile IREGNAME
public static final ECodepointProfile IHOST
public static final ECodepointProfile IPRIVATE
public static final ECodepointProfile RESERVED
public static final ECodepointProfile IUNRESERVED
public static final ECodepointProfile UNRESERVED
public static final ECodepointProfile SCHEMESPECIFICPART
public static final ECodepointProfile AUTHORITY
public static final ECodepointProfile ASCIISANSCRLF
public static final ECodepointProfile PCT
public static final ECodepointProfile STD3ASCIIRULES
public static ECodepointProfile[] values()
for (ECodepointProfile c : ECodepointProfile.values()) System.out.println(c);
public static ECodepointProfile 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 null@Nonnull public IntPredicate getFilter()
public boolean check(int nCodepoint)
Copyright © 2014–2017 Philip Helger. All rights reserved.