public static enum IResourceValidator.IdStatus extends Enum<IResourceValidator.IdStatus>
| Enum Constant and Description |
|---|
OPTIONAL |
PROHIBITED |
REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
static IResourceValidator.IdStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IResourceValidator.IdStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IResourceValidator.IdStatus OPTIONAL
public static final IResourceValidator.IdStatus REQUIRED
public static final IResourceValidator.IdStatus PROHIBITED
public static IResourceValidator.IdStatus[] values()
for (IResourceValidator.IdStatus c : IResourceValidator.IdStatus.values()) System.out.println(c);
public static IResourceValidator.IdStatus 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 © 2014–2021 Health Level 7. All rights reserved.