final class Feature
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
private int |
priority |
| Constructor and Description |
|---|
Feature(java.lang.String name,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.String |
getName() |
(package private) int |
getPriority() |
java.lang.String |
toString() |