org.glassfish.virtualization.config
Interface TemplateIndex
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy
public interface TemplateIndex
- extends org.jvnet.hk2.config.ConfigBeanProxy
Configuration for a template index.
- Author:
- Jerome Dochez
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
getType
String getType()
- Returns the index category like the targeted virtualization technology or targeted
operating system.
- Returns:
- the index name
setType
void setType(String type)
getValue
String getValue()
- Returns the index value like the operating system name if the
getType() is
the operating system index type.
- Returns:
- the index value
setValue
void setValue(String type)
Copyright © 2012. All Rights Reserved.