public final class FacetInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FacetInfo[] |
EMPTY_ARRAY |
Constructor and Description |
---|
FacetInfo(FacetType facetType,
java.lang.String name,
FacetConfiguration configuration,
FacetInfo underlyingFacet) |
Modifier and Type | Method and Description |
---|---|
FacetConfiguration |
getConfiguration() |
FacetType |
getFacetType() |
java.lang.String |
getName() |
FacetInfo |
getUnderlyingFacet() |
void |
setName(java.lang.String name) |
public static final FacetInfo[] EMPTY_ARRAY
public FacetInfo(FacetType facetType, java.lang.String name, FacetConfiguration configuration, FacetInfo underlyingFacet)
public FacetType getFacetType()
public FacetConfiguration getConfiguration()
public FacetInfo getUnderlyingFacet()
public java.lang.String getName()
public void setName(java.lang.String name)