public class OptionDefinition extends Object
OptionValueType and a description.| Constructor and Description |
|---|
OptionDefinition(OptionValueType type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
OptionValueType |
getType() |
public OptionDefinition(OptionValueType type, String description)
type - the type for the option.description - the description of the option.public OptionValueType getType()
public String getDescription()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.