Uses of Class
org.forgerock.opendj.server.config.meta.GlobalCfgDefn.EtimeResolution
-
Packages that use GlobalCfgDefn.EtimeResolution Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of GlobalCfgDefn.EtimeResolution in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type GlobalCfgDefn.EtimeResolution Modifier and Type Method Description ValueOrExpression<GlobalCfgDefn.EtimeResolution>
GlobalCfgClient. getEtimeResolution()
Gets the "etime-resolution" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type GlobalCfgDefn.EtimeResolution Modifier and Type Method Description void
GlobalCfgClient. setEtimeResolution(ValueOrExpression<GlobalCfgDefn.EtimeResolution> value)
Sets the "etime-resolution" property. -
Uses of GlobalCfgDefn.EtimeResolution in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return GlobalCfgDefn.EtimeResolution Modifier and Type Method Description static GlobalCfgDefn.EtimeResolution
GlobalCfgDefn.EtimeResolution. valueOf(String name)
Returns the enum constant of this type with the specified name.static GlobalCfgDefn.EtimeResolution[]
GlobalCfgDefn.EtimeResolution. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type GlobalCfgDefn.EtimeResolution Modifier and Type Method Description EnumPropertyDefinition<GlobalCfgDefn.EtimeResolution>
GlobalCfgDefn. getEtimeResolutionPropertyDefinition()
Get the "etime-resolution" property definition. -
Uses of GlobalCfgDefn.EtimeResolution in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return GlobalCfgDefn.EtimeResolution Modifier and Type Method Description GlobalCfgDefn.EtimeResolution
GlobalCfg. getEtimeResolution()
Gets the "etime-resolution" property.
-