Uses of Class
org.teiid.adminapi.PropertyDefinition.RestartType

Packages that use PropertyDefinition.RestartType
org.teiid.adminapi   
org.teiid.adminapi.impl   
 

Uses of PropertyDefinition.RestartType in org.teiid.adminapi
 

Methods in org.teiid.adminapi that return PropertyDefinition.RestartType
 PropertyDefinition.RestartType PropertyDefinition.getRequiresRestart()
          Get whether this property requires the system to be restarted before it takes effect.
static PropertyDefinition.RestartType PropertyDefinition.RestartType.valueOf(java.lang.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
 PropertyDefinition.RestartType PropertyDefinitionMetadata.getRequiresRestart()
           
 

Methods in org.teiid.adminapi.impl with parameters of type PropertyDefinition.RestartType
 void PropertyDefinitionMetadata.setRequiresRestart(PropertyDefinition.RestartType requiresRestart)
           
 



Copyright © 2011. All Rights Reserved.