public class FactIdentifier extends Object
| Modifier and Type | Field and Description |
|---|---|
static FactIdentifier |
DESCRIPTION |
static FactIdentifier |
EMPTY |
static FactIdentifier |
INDEX |
| Constructor and Description |
|---|
FactIdentifier() |
FactIdentifier(String name,
String className,
String importPrefix) |
| Modifier and Type | Method and Description |
|---|---|
static FactIdentifier |
create(String name,
String className) |
static FactIdentifier |
create(String name,
String className,
String importPrefix) |
boolean |
equals(Object o) |
String |
getClassName() |
String |
getClassNameWithoutPackage() |
String |
getImportPrefix() |
String |
getName() |
String |
getPackageWithoutClassName() |
int |
hashCode() |
String |
toString() |
public static final FactIdentifier INDEX
public static final FactIdentifier DESCRIPTION
public static final FactIdentifier EMPTY
public static FactIdentifier create(String name, String className)
public static FactIdentifier create(String name, String className, String importPrefix)
public String getName()
public String getClassName()
public String getClassNameWithoutPackage()
public String getPackageWithoutClassName()
public String getImportPrefix()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.