public static enum InsertArtifactProposal.SearchType extends java.lang.Enum<InsertArtifactProposal.SearchType>
Enum Constant and Description |
---|
DEPENDENCY |
PARENT |
PLUGIN |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
additionalInfo |
private java.lang.String |
displayName |
private org.eclipse.swt.graphics.Image |
image |
private java.lang.String |
type |
private java.lang.String |
windowTitle |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdditionalInfo() |
java.lang.String |
getDisplayName() |
(package private) java.lang.String |
getIIndexType() |
org.eclipse.swt.graphics.Image |
getImage() |
java.lang.String |
getWindowTitle() |
static InsertArtifactProposal.SearchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InsertArtifactProposal.SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsertArtifactProposal.SearchType PARENT
public static final InsertArtifactProposal.SearchType PLUGIN
public static final InsertArtifactProposal.SearchType DEPENDENCY
private final java.lang.String type
private final java.lang.String windowTitle
private final java.lang.String displayName
private final org.eclipse.swt.graphics.Image image
private final java.lang.String additionalInfo
public static InsertArtifactProposal.SearchType[] values()
for (InsertArtifactProposal.SearchType c : InsertArtifactProposal.SearchType.values()) System.out.println(c);
public static InsertArtifactProposal.SearchType 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 nulljava.lang.String getIIndexType()
public java.lang.String getWindowTitle()
public java.lang.String getDisplayName()
public org.eclipse.swt.graphics.Image getImage()
public java.lang.String getAdditionalInfo()