Uses of Class
net.hydromatic.morel.type.DummyType
-
Packages that use DummyType Package Description net.hydromatic.morel.type Type system. -
-
Uses of DummyType in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return DummyType Modifier and Type Method Description static DummyTypeDummyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DummyType[]DummyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-