public static enum BaseResourceReturningMethodBinding.MethodReturnTypeEnum extends Enum<BaseResourceReturningMethodBinding.MethodReturnTypeEnum>
| Enum Constant and Description |
|---|
BUNDLE_RESOURCE |
LIST_OF_RESOURCES |
METHOD_OUTCOME |
RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
static BaseResourceReturningMethodBinding.MethodReturnTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseResourceReturningMethodBinding.MethodReturnTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseResourceReturningMethodBinding.MethodReturnTypeEnum BUNDLE_RESOURCE
public static final BaseResourceReturningMethodBinding.MethodReturnTypeEnum LIST_OF_RESOURCES
public static final BaseResourceReturningMethodBinding.MethodReturnTypeEnum METHOD_OUTCOME
public static final BaseResourceReturningMethodBinding.MethodReturnTypeEnum RESOURCE
public static BaseResourceReturningMethodBinding.MethodReturnTypeEnum[] values()
for (BaseResourceReturningMethodBinding.MethodReturnTypeEnum c : BaseResourceReturningMethodBinding.MethodReturnTypeEnum.values()) System.out.println(c);
public static BaseResourceReturningMethodBinding.MethodReturnTypeEnum 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–2019 University Health Network. All rights reserved.