public enum ProductIconFactory extends Enum<ProductIconFactory>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
Icon |
getIcon(PipeBitInfo.TypeProduct typeProduct) |
static ProductIconFactory |
getInstance() |
static ProductIconFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductIconFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductIconFactory INSTANCE
public static ProductIconFactory[] values()
for (ProductIconFactory c : ProductIconFactory.values()) System.out.println(c);
public static ProductIconFactory 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 ProductIconFactory getInstance()
public Icon getIcon(PipeBitInfo.TypeProduct typeProduct)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.