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 booleancheckType(String typeStr)Check if type is supported by version.List<String>getUserDefinedTypes()intgetVersion()StringtoString()Dump version to string.
-