public static enum ThreatAgentFactor.SkillLevel extends Enum<ThreatAgentFactor.SkillLevel> implements ILikelihood
| Enum Constant and Description |
|---|
ADVANCED_COMPUTER_USER |
NETWORK_AND_PROGRAMMING_SKILLS |
NO_TECHNICAL_SKILLS |
SECURITY_PENETRATION_SKILLS |
SOME_TECHNICAL_SKILLS |
| Modifier and Type | Method and Description |
|---|---|
static ThreatAgentFactor.SkillLevel |
fromDouble(double level) |
static ThreatAgentFactor.SkillLevel |
fromString(String level) |
double |
getLikelihood() |
static ThreatAgentFactor.SkillLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreatAgentFactor.SkillLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreatAgentFactor.SkillLevel NO_TECHNICAL_SKILLS
public static final ThreatAgentFactor.SkillLevel SOME_TECHNICAL_SKILLS
public static final ThreatAgentFactor.SkillLevel ADVANCED_COMPUTER_USER
public static final ThreatAgentFactor.SkillLevel NETWORK_AND_PROGRAMMING_SKILLS
public static final ThreatAgentFactor.SkillLevel SECURITY_PENETRATION_SKILLS
public static ThreatAgentFactor.SkillLevel[] values()
for (ThreatAgentFactor.SkillLevel c : ThreatAgentFactor.SkillLevel.values()) System.out.println(c);
public static ThreatAgentFactor.SkillLevel 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 double getLikelihood()
getLikelihood in interface ILikelihoodpublic static ThreatAgentFactor.SkillLevel fromDouble(double level)
public static ThreatAgentFactor.SkillLevel fromString(String level)
Copyright © 2019–2022. All rights reserved.