public class MetadataURLTypeFormatType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static MetadataURLTypeFormatType |
TEXT_HTML
The instance of the text/html type
|
static int |
TEXT_HTML_TYPE
The text/html type
|
static MetadataURLTypeFormatType |
TEXT_PLAIN
The instance of the text/plain type
|
static int |
TEXT_PLAIN_TYPE
The text/plain type
|
static MetadataURLTypeFormatType |
TEXT_SGML
The instance of the text/sgml type
|
static int |
TEXT_SGML_TYPE
The text/sgml type
|
static MetadataURLTypeFormatType |
TEXT_XML
The instance of the text/xml type
|
static int |
TEXT_XML_TYPE
The text/xml type
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
MetadataURLTypeFormatType
|
int |
getType()
Method getType
Returns the type of this MetadataURLTypeFormatType
|
String |
toString()
Method toString
Returns the String representation of this
MetadataURLTypeFormatType
|
static MetadataURLTypeFormatType |
valueOf(String string)
Method valueOf
Returns a new MetadataURLTypeFormatType based on the given
String value.
|
public static final int TEXT_XML_TYPE
public static final MetadataURLTypeFormatType TEXT_XML
public static final int TEXT_HTML_TYPE
public static final MetadataURLTypeFormatType TEXT_HTML
public static final int TEXT_SGML_TYPE
public static final MetadataURLTypeFormatType TEXT_SGML
public static final int TEXT_PLAIN_TYPE
public static final MetadataURLTypeFormatType TEXT_PLAIN
public static Enumeration enumerate()
public int getType()
public String toString()
public static MetadataURLTypeFormatType valueOf(String string)
string - Copyright © 2020 B3Partners B.V.. All rights reserved.