Enum EnumNodeVersion

java.lang.Object
java.lang.Enum<EnumNodeVersion>
org.fisco.bcos.sdk.channel.model.EnumNodeVersion
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EnumNodeVersion>, java.lang.constant.Constable

public enum EnumNodeVersion
extends java.lang.Enum<EnumNodeVersion>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    class  EnumNodeVersion.Version  

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    BCOS_2_0_0  
    BCOS_2_0_0_RC1  
    BCOS_2_1_0  
  • Method Summary

    Modifier and Type Method Description
    static boolean channelProtocolHandleShakeSupport​(java.lang.String version)  
    static EnumNodeVersion.Version getClassVersion​(java.lang.String version)  
    java.lang.String getVersion()  
    void setVersion​(java.lang.String version)  
    static EnumNodeVersion valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static EnumNodeVersion[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait