public class Feature extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Object |
value |
| Constructor and Description |
|---|
Feature() |
Feature(Object value) |
Feature(String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
createFeature(String namePrefix,
Feature feature) |
static String |
createName(String... names) |
boolean |
equals(Object obj) |
String |
getName() |
Object |
getValue() |
int |
hashCode() |
void |
setName(String name) |
void |
setValue(Object value) |
String |
toString() |
public Feature()
public static Feature createFeature(String namePrefix, Feature feature)
public static String createName(String... names)
Copyright © 2014. All rights reserved.