public static enum IReferenceModelPresentationOption.ImageLink extends java.lang.Enum<IReferenceModelPresentationOption.ImageLink>
Modifier and Type | Method and Description |
---|---|
static IReferenceModelPresentationOption.ImageLink |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IReferenceModelPresentationOption.ImageLink[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IReferenceModelPresentationOption.ImageLink icon
public static final IReferenceModelPresentationOption.ImageLink image
public static IReferenceModelPresentationOption.ImageLink[] values()
for (IReferenceModelPresentationOption.ImageLink c : IReferenceModelPresentationOption.ImageLink.values()) System.out.println(c);
public static IReferenceModelPresentationOption.ImageLink valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null