public class MetadataURLTypeFormatType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static MetadataURLTypeFormatType |
SGML
The instance of the SGML type
|
static int |
SGML_TYPE
The SGML type
|
static MetadataURLTypeFormatType |
TXT
The instance of the TXT type
|
static int |
TXT_TYPE
The TXT type
|
static MetadataURLTypeFormatType |
XML
The instance of the XML type
|
static int |
XML_TYPE
The 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 XML_TYPE
public static final MetadataURLTypeFormatType XML
public static final int SGML_TYPE
public static final MetadataURLTypeFormatType SGML
public static final int TXT_TYPE
public static final MetadataURLTypeFormatType TXT
public static Enumeration enumerate()
public int getType()
public String toString()
public static MetadataURLTypeFormatType valueOf(String string)
string - Copyright © 2022 B3Partners B.V.. All rights reserved.