public enum ByggeFelterPositiveList extends java.lang.Enum<ByggeFelterPositiveList>
Enum Constant and Description |
---|
ANVGEN |
ANVKONKRET |
ANVSPEC |
BBPCTAR |
BDBESTEM |
BEBYGGRAD |
BEBYGPCT |
BEBYGPCTAF |
BEBYGPCTAR |
BEVARBEST |
BYGFELT |
BYGNDYBD |
BYGPCT |
BYGPCTAF |
BYGPCTH |
EAREAL |
EAREALH |
FACADE |
FAELBESTEM |
M3_M2 |
M3_M2H |
MAXMILJO |
MEGAWATT |
MINGRUND |
MINMILJO |
MINUDS |
SFORHOLD |
UDNYTGRADH |
ZONE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
fieldName() |
static ByggeFelterPositiveList |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ByggeFelterPositiveList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ByggeFelterPositiveList ANVSPEC
public static final ByggeFelterPositiveList ANVGEN
public static final ByggeFelterPositiveList ZONE
public static final ByggeFelterPositiveList ANVKONKRET
public static final ByggeFelterPositiveList BEBYGPCT
public static final ByggeFelterPositiveList BEBYGPCTAF
public static final ByggeFelterPositiveList UDNYTGRADH
public static final ByggeFelterPositiveList BEBYGPCTAR
public static final ByggeFelterPositiveList M3_M2
public static final ByggeFelterPositiveList M3_M2H
public static final ByggeFelterPositiveList MINMILJO
public static final ByggeFelterPositiveList MAXMILJO
public static final ByggeFelterPositiveList BEVARBEST
public static final ByggeFelterPositiveList BEBYGGRAD
public static final ByggeFelterPositiveList MINGRUND
public static final ByggeFelterPositiveList MINUDS
public static final ByggeFelterPositiveList SFORHOLD
public static final ByggeFelterPositiveList FAELBESTEM
public static final ByggeFelterPositiveList BYGFELT
public static final ByggeFelterPositiveList BDBESTEM
public static final ByggeFelterPositiveList MEGAWATT
public static final ByggeFelterPositiveList BYGPCT
public static final ByggeFelterPositiveList BYGPCTH
public static final ByggeFelterPositiveList EAREAL
public static final ByggeFelterPositiveList EAREALH
public static final ByggeFelterPositiveList BBPCTAR
public static final ByggeFelterPositiveList BYGPCTAF
public static final ByggeFelterPositiveList FACADE
public static final ByggeFelterPositiveList BYGNDYBD
public static ByggeFelterPositiveList[] values()
for (ByggeFelterPositiveList c : ByggeFelterPositiveList.values()) System.out.println(c);
public static ByggeFelterPositiveList 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 nullpublic java.lang.String fieldName()