Uses of Class
manifold.api.type.ClassType
-
Packages that use ClassType Package Description manifold.api.type -
-
Uses of ClassType in manifold.api.type
Methods in manifold.api.type that return ClassType Modifier and Type Method Description ClassTypeITypeManifold. getClassType(String fqn)What kind of type corresponds with fqn?ClassTypeJavaTypeManifold. getClassType(String fqn)ClassTypeUrlTypeManifold. getClassType(String fqn)static ClassTypeClassType. getFromFileName(String name)static ClassTypeClassType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassType[]ClassType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-