Uses of Enum Class
edu.internet2.middleware.grouper.cfg.dbConfig.ConfigItemMetadataType
Packages that use ConfigItemMetadataType
Package
Description
-
Uses of ConfigItemMetadataType in edu.internet2.middleware.grouper.app.config
Methods in edu.internet2.middleware.grouper.app.config that return ConfigItemMetadataTypeMethods in edu.internet2.middleware.grouper.app.config with parameters of type ConfigItemMetadataTypeModifier and TypeMethodDescriptionvoidGrouperConfigurationModuleAttribute.setType(ConfigItemMetadataType type) -
Uses of ConfigItemMetadataType in edu.internet2.middleware.grouper.cfg.dbConfig
Methods in edu.internet2.middleware.grouper.cfg.dbConfig that return ConfigItemMetadataTypeModifier and TypeMethodDescriptionConfigItemMetadata.getValueType()value type, e.g.static ConfigItemMetadataTypeReturns the enum constant of this class with the specified name.static ConfigItemMetadataTypeConfigItemMetadataType.valueOfIgnoreCase(String string, boolean exceptionOnNull) do a case-insensitive matchingstatic ConfigItemMetadataType[]ConfigItemMetadataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.cfg.dbConfig with parameters of type ConfigItemMetadataTypeModifier and TypeMethodDescriptionvoidConfigItemMetadata.setValueType(ConfigItemMetadataType valueType1) value type, e.g.