Package | Description |
---|---|
eu.europa.ec.eurostat.java4eurostat.base |
Modifier and Type | Field and Description |
---|---|
static HashMap<String,Flag.FlagType> |
Flag.code |
static HashMap<Flag.FlagType,String> |
Flag.text |
Modifier and Type | Method and Description |
---|---|
static Flag.FlagType |
Flag.FlagType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flag.FlagType[] |
Flag.FlagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Stat.addFlag(Flag.FlagType flag)
Add a flag to the statistical value.
|
boolean |
Stat.isFlagged(Flag.FlagType flag)
Check if the stat value is flagged.
|
boolean |
Stat.removeFlag(Flag.FlagType flag)
Remove a flag.
|
Copyright © 2020. All rights reserved.