public enum UriPatternType extends Enum<UriPatternType>
| Enum Constant and Description |
|---|
codeMapperPattern |
dataSourceUriPattern |
identifiersOrgPatternInfo |
identifiersOrgPatternSimple |
mainUrlPattern |
| Modifier and Type | Method and Description |
|---|---|
static UriPatternType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriPatternType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UriPatternType mainUrlPattern
public static final UriPatternType identifiersOrgPatternSimple
public static final UriPatternType identifiersOrgPatternInfo
public static final UriPatternType dataSourceUriPattern
public static final UriPatternType codeMapperPattern
public static UriPatternType[] values()
for (UriPatternType c : UriPatternType.values()) System.out.println(c);
public static UriPatternType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2006–2021 BridgeDb project. All rights reserved.