|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.lang.Enum
ca.infoway.messagebuilder.lang.EnumPattern
ca.infoway.messagebuilder.domainvalue.basic.URLScheme
public class URLScheme
An enum representing all the valid and applicable URL types used within MessageBuilder.
Field Summary | |
---|---|
static URLScheme |
FAX
|
static URLScheme |
FILE
|
static URLScheme |
FTP
|
static URLScheme |
HTTP
|
static URLScheme |
HTTPS
|
static URLScheme |
MAILTO
|
static URLScheme |
MLLP
|
static URLScheme |
MODEM
|
static URLScheme |
NFS
|
static URLScheme |
TEL
|
static URLScheme |
TELNET
|
Fields inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR |
Method Summary | |
---|---|
String |
getCodeSystem()
Returns the code system for the URL. |
String |
getCodeValue()
Returns the value (protocol) for the URL. |
String |
getDescription()
A description of the URL. |
static List<URLScheme> |
getPhoneSchemes()
Returns a list of enums applicable for "phone". |
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern |
---|
getEnumConstants, isEnum, name, toString, valueOf, values |
Methods inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final URLScheme FTP
public static final URLScheme FAX
public static final URLScheme FILE
public static final URLScheme HTTP
public static final URLScheme HTTPS
public static final URLScheme MLLP
public static final URLScheme MAILTO
public static final URLScheme MODEM
public static final URLScheme NFS
public static final URLScheme TEL
public static final URLScheme TELNET
Method Detail |
---|
public String getCodeSystem()
Returns the code system for the URL.
getCodeSystem
in interface Code
public String getCodeValue()
Returns the value (protocol) for the URL.
getCodeValue
in interface Code
public String getDescription()
A description of the URL.
getDescription
in interface Describable
public static List<URLScheme> getPhoneSchemes()
Returns a list of enums applicable for "phone".
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |