public static enum PBELInput.Building extends Enum<PBELInput.Building>
Enum Constant and Description |
---|
MODERN |
TRADITIONAL |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
int |
type() |
static PBELInput.Building |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PBELInput.Building[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PBELInput.Building TRADITIONAL
public static final PBELInput.Building MODERN
public static PBELInput.Building[] values()
for (PBELInput.Building c : PBELInput.Building.values()) System.out.println(c);
public static PBELInput.Building 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 toString()
toString
in class Enum<PBELInput.Building>
public int type()
Copyright © 2018. All rights reserved.