Package org.apache.graphar.util
Interface InfoVersion.Factory
-
- Enclosing interface:
- InfoVersion
public static interface InfoVersion.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InfoVersioncreate()Default constructorInfoVersioncreate(int version)Constructor with versionInfoVersioncreate(int version, StdVector<StdString> userDefineTypes)Constructor with version and user defined types.InfoVersioncreate(InfoVersion other)Constructor with version and user defined types.
-
-
-
Method Detail
-
create
InfoVersion create()
Default constructor
-
create
InfoVersion create(int version)
Constructor with version
-
create
InfoVersion create(int version, StdVector<StdString> userDefineTypes)
Constructor with version and user defined types.
-
create
InfoVersion create(InfoVersion other)
Constructor with version and user defined types.
-
-