public class TypedLabel extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getValue() |
int |
hashCode() |
boolean |
isAffinity() |
boolean |
isSkill() |
static TypedLabel |
newAffinity(String value) |
static TypedLabel |
newSkill(String value) |
public static TypedLabel newSkill(String value)
public static TypedLabel newAffinity(String value)
public String getValue()
public boolean isSkill()
public boolean isAffinity()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.