Uses of Class
org.apache.syncope.common.lib.types.AttrSchemaType
-
Packages that use AttrSchemaType Package Description org.apache.syncope.common.lib.search org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types -
-
Uses of AttrSchemaType in org.apache.syncope.common.lib.search
Methods in org.apache.syncope.common.lib.search that return types with arguments of type AttrSchemaType Modifier and Type Method Description static Map<String,AttrSchemaType>SearchableFields. get(Class<? extends AnyTO> anyRef) -
Uses of AttrSchemaType in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AttrSchemaType Modifier and Type Method Description AttrSchemaTypePlainSchemaTO. getType()Methods in org.apache.syncope.common.lib.to with parameters of type AttrSchemaType Modifier and Type Method Description voidPlainSchemaTO. setType(AttrSchemaType type) -
Uses of AttrSchemaType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return AttrSchemaType Modifier and Type Method Description static AttrSchemaTypeAttrSchemaType. getAttrSchemaTypeByClass(Class<?> type)static AttrSchemaTypeAttrSchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttrSchemaType[]AttrSchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-