public static enum CharUtils.Profile extends java.lang.Enum<CharUtils.Profile>
Enum Constant and Description |
---|
ALPHA |
ALPHANUM |
ASCIISANSCRLF |
AUTHORITY |
FRAGMENT |
IFRAGMENT |
IPATH |
IPATHNODELIMS |
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 codepoint) |
Filter |
filter() |
static CharUtils.Profile |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CharUtils.Profile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharUtils.Profile NONE
public static final CharUtils.Profile ALPHA
public static final CharUtils.Profile ALPHANUM
public static final CharUtils.Profile FRAGMENT
public static final CharUtils.Profile IFRAGMENT
public static final CharUtils.Profile PATH
public static final CharUtils.Profile IPATH
public static final CharUtils.Profile IUSERINFO
public static final CharUtils.Profile USERINFO
public static final CharUtils.Profile QUERY
public static final CharUtils.Profile IQUERY
public static final CharUtils.Profile SCHEME
public static final CharUtils.Profile PATHNODELIMS
public static final CharUtils.Profile IPATHNODELIMS
public static final CharUtils.Profile IREGNAME
public static final CharUtils.Profile IPRIVATE
public static final CharUtils.Profile RESERVED
public static final CharUtils.Profile IUNRESERVED
public static final CharUtils.Profile UNRESERVED
public static final CharUtils.Profile SCHEMESPECIFICPART
public static final CharUtils.Profile AUTHORITY
public static final CharUtils.Profile ASCIISANSCRLF
public static final CharUtils.Profile PCT
public static final CharUtils.Profile STD3ASCIIRULES
public static CharUtils.Profile[] values()
for (CharUtils.Profile c : CharUtils.Profile.values()) System.out.println(c);
public static CharUtils.Profile valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic Filter filter()
public boolean check(int codepoint)
Copyright © 2010 - 2020 Adobe. All Rights Reserved