Package org.apache.graphar.info
Class VersionInfo
- java.lang.Object
-
- org.apache.graphar.info.VersionInfo
-
public class VersionInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description VersionInfo(int version, List<String> userDefinedTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkType(String typeStr)
Check if type is supported by version.List<String>
getUserDefinedTypes()
int
getVersion()
String
toString()
Dump version to string.
-