public enum TextureModifierCodesEnum extends Enum<TextureModifierCodesEnum>
| Enum Constant and Description |
|---|
_228049004
Code Value: 228049004
|
_228053002
Code Value: 228053002
|
_228055009
Code Value: 228055009
|
_228056005
Code Value: 228056005
|
_228057001
Code Value: 228057001
|
_228058006
Code Value: 228058006
|
_228059003
Code Value: 228059003
|
_228060008
Code Value: 228060008
|
_439091000124107
Code Value: 439091000124107
|
_441751000124100
Code Value: 441751000124100
|
_441761000124103
Code Value: 441761000124103
|
_441771000124105
Code Value: 441771000124105
|
_441791000124106
Code Value: 441791000124106
|
_441881000124103
Code Value: 441881000124103
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<TextureModifierCodesEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
Texture Modifier Codes
|
| Modifier and Type | Method and Description |
|---|---|
static TextureModifierCodesEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static TextureModifierCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextureModifierCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextureModifierCodesEnum _228053002
public static final TextureModifierCodesEnum _439091000124107
public static final TextureModifierCodesEnum _228049004
public static final TextureModifierCodesEnum _441881000124103
public static final TextureModifierCodesEnum _441761000124103
public static final TextureModifierCodesEnum _441751000124100
public static final TextureModifierCodesEnum _228059003
public static final TextureModifierCodesEnum _441791000124106
public static final TextureModifierCodesEnum _228055009
public static final TextureModifierCodesEnum _228056005
public static final TextureModifierCodesEnum _441771000124105
public static final TextureModifierCodesEnum _228057001
public static final TextureModifierCodesEnum _228058006
public static final TextureModifierCodesEnum _228060008
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<TextureModifierCodesEnum> VALUESET_BINDER
public static TextureModifierCodesEnum[] values()
for (TextureModifierCodesEnum c : TextureModifierCodesEnum.values()) System.out.println(c);
public static TextureModifierCodesEnum 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 nullpublic static TextureModifierCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.