class RankProfile extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
hasRankFeatures |
private boolean |
hasSummaryFeatures |
private String |
name |
Constructor and Description |
---|
RankProfile(String name,
boolean hasSummaryFeatures,
boolean hasRankFeatures) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
hasRankFeatures()
Returns true if this rank profile has rank features
|
boolean |
hasSummaryFeatures()
Returns true if this rank profile has summary features
|
private final String name
private final boolean hasSummaryFeatures
private final boolean hasRankFeatures
public RankProfile(String name, boolean hasSummaryFeatures, boolean hasRankFeatures)
public String getName()
public boolean hasSummaryFeatures()
public boolean hasRankFeatures()
Copyright © 2018. All rights reserved.