@Portable public class ExperimentalFeatureDefinition extends Object
Constructor and Description |
---|
ExperimentalFeatureDefinition(String id,
boolean global,
String group,
String nameKey,
String descriptionKey) |
Modifier and Type | Method and Description |
---|---|
String |
getDescriptionKey()
I18n key for that contains the description for the feature
|
String |
getGroup() |
String |
getId()
Unique id for the feature definition
|
String |
getNameKey()
I18n key for that contains the name for the feature
|
boolean |
isGlobal() |
void |
setDescriptionKey(String descriptionKey) |
void |
setGlobal(boolean global) |
void |
setGroup(String group) |
void |
setId(String id) |
void |
setNameKey(String nameKey) |
public String getId()
public boolean isGlobal()
public String getGroup()
public String getNameKey()
public String getDescriptionKey()
public void setId(String id)
public void setGlobal(boolean global)
public void setGroup(String group)
public void setNameKey(String nameKey)
public void setDescriptionKey(String descriptionKey)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.