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 InfoVersion
create()
Default constructorInfoVersion
create(int version)
Constructor with versionInfoVersion
create(int version, StdVector<StdString> userDefineTypes)
Constructor with version and user defined types.InfoVersion
create(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.
-
-