public final class ServiceFeatureType extends FeatureType
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_TYPE |
| Constructor and Description |
|---|
ServiceFeatureType(boolean canUserDisable, boolean reloadIfUsed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canUserDisable() |
java.lang.String |
getTypeId() |
boolean |
reloadIfUsed() |
public static final java.lang.String SERVICE_TYPE
public ServiceFeatureType(boolean canUserDisable,
boolean reloadIfUsed)
public java.lang.String getTypeId()
getTypeId in class FeatureTypepublic boolean canUserDisable()
canUserDisable in class FeatureTypepublic boolean reloadIfUsed()
reloadIfUsed in class FeatureType