Package com.adobe.epubcheck.util
Enum URISchemes
- java.lang.Object
-
- java.lang.Enum<URISchemes>
-
- com.adobe.epubcheck.util.URISchemes
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<URISchemes>
public enum URISchemes extends java.lang.Enum<URISchemes>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AAAAAASACAPAFSCAPCIDCRIDDATADAVDICTDNSDTNFAXFILEFTPGOGOPHERH323HTTPHTTPSIAXICAPIMIMAPINFOIPPIRCIRISIRIS_BEEPIRIS_LWZIRIS_XPCIRIS_XPCSJAVASCRIPTLDAPMAILSERVERMAILTOMIDMODEMMSRPMSRPSMTQPMUPDATENEWSNFSNNTPOPAQUELOCKTOKENPACKPOPPRESPROSPERORTSPSERVICESHTTPSIPSIPSSNEWSSNMPSOAP_BEEPSOAP_BEEPSTAGTELTELNETTFTPTHISMESSAGETIPTN3270TVURNVEMMIVIDEOTEXWAISXMLRPC_BEEPXMLRPC_BEEPSXMPPZ39_50RZ39_50S
-
Constructor Summary
Constructors Modifier Constructor Description privateURISchemes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontains(java.lang.String scheme)static URISchemesvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static URISchemes[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AAA
public static final URISchemes AAA
-
AAAS
public static final URISchemes AAAS
-
ACAP
public static final URISchemes ACAP
-
CAP
public static final URISchemes CAP
-
CID
public static final URISchemes CID
-
CRID
public static final URISchemes CRID
-
DATA
public static final URISchemes DATA
-
DAV
public static final URISchemes DAV
-
DICT
public static final URISchemes DICT
-
DNS
public static final URISchemes DNS
-
FAX
public static final URISchemes FAX
-
FILE
public static final URISchemes FILE
-
FTP
public static final URISchemes FTP
-
GO
public static final URISchemes GO
-
GOPHER
public static final URISchemes GOPHER
-
H323
public static final URISchemes H323
-
HTTP
public static final URISchemes HTTP
-
HTTPS
public static final URISchemes HTTPS
-
ICAP
public static final URISchemes ICAP
-
IM
public static final URISchemes IM
-
IMAP
public static final URISchemes IMAP
-
INFO
public static final URISchemes INFO
-
IPP
public static final URISchemes IPP
-
IRC
public static final URISchemes IRC
-
IRIS
public static final URISchemes IRIS
-
IRIS_BEEP
public static final URISchemes IRIS_BEEP
-
IRIS_XPC
public static final URISchemes IRIS_XPC
-
IRIS_XPCS
public static final URISchemes IRIS_XPCS
-
IRIS_LWZ
public static final URISchemes IRIS_LWZ
-
JAVASCRIPT
public static final URISchemes JAVASCRIPT
-
LDAP
public static final URISchemes LDAP
-
MAILTO
public static final URISchemes MAILTO
-
MID
public static final URISchemes MID
-
MODEM
public static final URISchemes MODEM
-
MSRP
public static final URISchemes MSRP
-
MSRPS
public static final URISchemes MSRPS
-
MTQP
public static final URISchemes MTQP
-
MUPDATE
public static final URISchemes MUPDATE
-
NEWS
public static final URISchemes NEWS
-
NFS
public static final URISchemes NFS
-
NNTP
public static final URISchemes NNTP
-
OPAQUELOCKTOKEN
public static final URISchemes OPAQUELOCKTOKEN
-
POP
public static final URISchemes POP
-
PRES
public static final URISchemes PRES
-
RTSP
public static final URISchemes RTSP
-
SERVICE
public static final URISchemes SERVICE
-
SHTTP
public static final URISchemes SHTTP
-
SIP
public static final URISchemes SIP
-
SIPS
public static final URISchemes SIPS
-
SNMP
public static final URISchemes SNMP
-
SOAP_BEEP
public static final URISchemes SOAP_BEEP
-
SOAP_BEEPS
public static final URISchemes SOAP_BEEPS
-
TAG
public static final URISchemes TAG
-
TEL
public static final URISchemes TEL
-
TELNET
public static final URISchemes TELNET
-
TFTP
public static final URISchemes TFTP
-
THISMESSAGE
public static final URISchemes THISMESSAGE
-
TIP
public static final URISchemes TIP
-
TV
public static final URISchemes TV
-
URN
public static final URISchemes URN
-
VEMMI
public static final URISchemes VEMMI
-
XMLRPC_BEEP
public static final URISchemes XMLRPC_BEEP
-
XMLRPC_BEEPS
public static final URISchemes XMLRPC_BEEPS
-
XMPP
public static final URISchemes XMPP
-
Z39_50R
public static final URISchemes Z39_50R
-
Z39_50S
public static final URISchemes Z39_50S
-
AFS
public static final URISchemes AFS
-
DTN
public static final URISchemes DTN
-
IAX
public static final URISchemes IAX
-
MAILSERVER
public static final URISchemes MAILSERVER
-
PACK
public static final URISchemes PACK
-
TN3270
public static final URISchemes TN3270
-
PROSPERO
public static final URISchemes PROSPERO
-
SNEWS
public static final URISchemes SNEWS
-
VIDEOTEX
public static final URISchemes VIDEOTEX
-
WAIS
public static final URISchemes WAIS
-
-
Method Detail
-
values
public static URISchemes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (URISchemes c : URISchemes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static URISchemes valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
contains
public static boolean contains(java.lang.String scheme)
-
-