public class GraphMLMetadata<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
default_value
The default value for objects of this type.
|
String |
description
The description of this data type.
|
com.google.common.base.Function<T,String> |
transformer
A Function mapping objects to string representations of their values.
|
| Constructor and Description |
|---|
GraphMLMetadata(String description,
String default_value,
com.google.common.base.Function<T,String> function)
Creates a new instance with the specified description,
default value, and function.
|
public String description
public String default_value
public GraphMLMetadata(String description, String default_value, com.google.common.base.Function<T,String> function)
description - a textual description of the objectdefault_value - the default value for the object, as a Stringfunction - maps objects of this type to string representationsCopyright © 2016. All rights reserved.