public static enum Constants.Namespaces extends java.lang.Enum<Constants.Namespaces>
Enum Constant and Description |
---|
OSCI |
OSCI2017 |
SOAP |
XML_ENC |
XML_SCHEMA |
XML_SIG |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix() |
java.lang.String |
getUri() |
static Constants.Namespaces |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.Namespaces[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.Namespaces SOAP
public static final Constants.Namespaces OSCI
public static final Constants.Namespaces OSCI2017
public static final Constants.Namespaces XML_SIG
public static final Constants.Namespaces XML_ENC
public static final Constants.Namespaces XML_SCHEMA
public static Constants.Namespaces[] values()
for (Constants.Namespaces c : Constants.Namespaces.values()) System.out.println(c);
public static Constants.Namespaces valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getUri()
public java.lang.String getPrefix()
Copyright © 2017. All Rights Reserved.