@Portable 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 ExpressionIdentifier INDEX
public static 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–2019 JBoss by Red Hat. All rights reserved.