|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URLScheme | |
|---|---|
| org.eclipse.ohf.ihe.common.cdar2 | |
| org.eclipse.ohf.ihe.common.cdar2.impl | |
| org.eclipse.ohf.ihe.common.cdar2.util | |
| Uses of URLScheme in org.eclipse.ohf.ihe.common.cdar2 |
|---|
| Fields in org.eclipse.ohf.ihe.common.cdar2 declared as URLScheme | |
|---|---|
static URLScheme |
URLScheme.FAX_LITERAL
The 'Fax' literal object. |
static URLScheme |
URLScheme.FILE_LITERAL
The 'File' literal object. |
static URLScheme |
URLScheme.FTP_LITERAL
The 'Ftp' literal object. |
static URLScheme |
URLScheme.HTTP_LITERAL
The 'Http' literal object. |
static URLScheme |
URLScheme.MAILTO_LITERAL
The 'Mailto' literal object. |
static URLScheme |
URLScheme.MLLP_LITERAL
The 'Mllp' literal object. |
static URLScheme |
URLScheme.MODEM_LITERAL
The 'Modem' literal object. |
static URLScheme |
URLScheme.NFS_LITERAL
The 'Nfs' literal object. |
static URLScheme |
URLScheme.TEL_LITERAL
The 'Tel' literal object. |
static URLScheme |
URLScheme.TELNET_LITERAL
The 'Telnet' literal object. |
| Methods in org.eclipse.ohf.ihe.common.cdar2 that return URLScheme | |
|---|---|
static URLScheme |
URLScheme.get(int value)
Returns the 'URL Scheme' literal with the specified integer value. |
static URLScheme |
URLScheme.get(java.lang.String literal)
Returns the 'URL Scheme' literal with the specified literal value. |
static URLScheme |
URLScheme.getByName(java.lang.String name)
Returns the 'URL Scheme' literal with the specified name. |
| Uses of URLScheme in org.eclipse.ohf.ihe.common.cdar2.impl |
|---|
| Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return URLScheme | |
|---|---|
URLScheme |
CDAR2FactoryImpl.createURLSchemeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
URLScheme |
CDAR2FactoryImpl.createURLSchemeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
| Uses of URLScheme in org.eclipse.ohf.ihe.common.cdar2.util |
|---|
| Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type URLScheme | |
|---|---|
boolean |
CDAR2Validator.validateURLScheme(URLScheme urlScheme,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
CDAR2Validator.validateURLSchemeObject(URLScheme urlSchemeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||