public enum AttachmentPoint extends Enum<AttachmentPoint> implements IEnumWithValue
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static AttachmentPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromValue, transformForClientpublic static final AttachmentPoint COLOR_ATTACHMENT0
public static final AttachmentPoint COLOR_ATTACHMENT1
public static final AttachmentPoint COLOR_ATTACHMENT10
public static final AttachmentPoint COLOR_ATTACHMENT11
public static final AttachmentPoint COLOR_ATTACHMENT12
public static final AttachmentPoint COLOR_ATTACHMENT13
public static final AttachmentPoint COLOR_ATTACHMENT14
public static final AttachmentPoint COLOR_ATTACHMENT15
public static final AttachmentPoint COLOR_ATTACHMENT2
public static final AttachmentPoint COLOR_ATTACHMENT3
public static final AttachmentPoint COLOR_ATTACHMENT4
public static final AttachmentPoint COLOR_ATTACHMENT5
public static final AttachmentPoint COLOR_ATTACHMENT6
public static final AttachmentPoint COLOR_ATTACHMENT7
public static final AttachmentPoint COLOR_ATTACHMENT8
public static final AttachmentPoint COLOR_ATTACHMENT9
public static final AttachmentPoint DEPTH_ATTACHMENT
public static final AttachmentPoint DEPTH_STENCIL_ATTACHMENT
public static final AttachmentPoint STENCIL_ATTACHMENT
public static AttachmentPoint[] values()
for (AttachmentPoint c : AttachmentPoint.values()) System.out.println(c);
public static AttachmentPoint 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 int value()
value in interface IEnumWithValueCopyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.