Uses of Class
org.apache.syncope.common.lib.types.SchemaType
-
Packages that use SchemaType Package Description org.apache.syncope.common.lib org.apache.syncope.common.lib.types -
-
Uses of SchemaType in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return SchemaType Modifier and Type Method Description SchemaType[]type() -
Uses of SchemaType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return SchemaType Modifier and Type Method Description static SchemaTypeSchemaType. fromToClass(Class<? extends SchemaTO> toClass)static SchemaTypeSchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaType[]SchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-