public class ExpressionIdentifier extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpressionIdentifier.NAME |
| Modifier and Type | Field and Description |
|---|---|
static ExpressionIdentifier |
DESCRIPTION |
static ExpressionIdentifier |
INDEX |
| Constructor and Description |
|---|
ExpressionIdentifier() |
ExpressionIdentifier(String name,
FactMappingType type) |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionIdentifier |
create(String name,
FactMappingType type) |
boolean |
equals(Object o) |
String |
getName() |
FactMappingType |
getType() |
int |
hashCode() |
String |
toString() |
public static final ExpressionIdentifier INDEX
public static final ExpressionIdentifier DESCRIPTION
public ExpressionIdentifier()
public ExpressionIdentifier(String name, FactMappingType type)
public String getName()
public FactMappingType getType()
public static ExpressionIdentifier create(String name, FactMappingType type)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.