类 VariantFormat
java.lang.Object
org.starcoin.serde.format.VariantFormat
- 所有已实现的接口:
IReferenceContainerType
Description of a variant in an enum.
-
嵌套类概要
修饰符和类型类说明static class
A variant with a single unnamed parameter, e.g.static class
A struct with named parameters, e.g.static class
A struct with several unnamed parameters, e.g.static class
A variant without parameters, e.g. -
构造器概要
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 org.starcoin.serde.format.IReferenceContainerType
referencedContainerTypeNames
-
构造器详细资料
-
VariantFormat
public VariantFormat()
-