Uses of Class
org.teiid.adminapi.PropertyDefinition.RestartType
-
Packages that use PropertyDefinition.RestartType Package Description org.teiid.adminapi org.teiid.adminapi.impl -
-
Uses of PropertyDefinition.RestartType in org.teiid.adminapi
Methods in org.teiid.adminapi that return PropertyDefinition.RestartType Modifier and Type Method Description PropertyDefinition.RestartTypePropertyDefinition. getRequiresRestart()Get whether this property requires the system to be restarted before it takes effect.static PropertyDefinition.RestartTypePropertyDefinition.RestartType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyDefinition.RestartType[]PropertyDefinition.RestartType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyDefinition.RestartType in org.teiid.adminapi.impl
Methods in org.teiid.adminapi.impl that return PropertyDefinition.RestartType Modifier and Type Method Description PropertyDefinition.RestartTypePropertyDefinitionMetadata. getRequiresRestart()Methods in org.teiid.adminapi.impl with parameters of type PropertyDefinition.RestartType Modifier and Type Method Description voidPropertyDefinitionMetadata. setRequiresRestart(PropertyDefinition.RestartType requiresRestart)
-