public static enum InsertArtifactProposal.SearchType extends Enum<InsertArtifactProposal.SearchType>
Enum Constant and Description |
---|
DEPENDENCY |
PARENT |
PLUGIN |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalInfo() |
String |
getDisplayName() |
org.eclipse.swt.graphics.Image |
getImage() |
String |
getWindowTitle() |
static InsertArtifactProposal.SearchType |
valueOf(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
public static InsertArtifactProposal.SearchType[] values()
for (InsertArtifactProposal.SearchType c : InsertArtifactProposal.SearchType.values()) System.out.println(c);
public static InsertArtifactProposal.SearchType 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 String getWindowTitle()
public String getDisplayName()
public org.eclipse.swt.graphics.Image getImage()
public String getAdditionalInfo()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.