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 Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 String getType()
          Returns the index category like the targeted virtualization technology or targeted operating system.
 String getValue()
          Returns the index value like the operating system name if the getType() is the operating system index type.
 void setType(String type)
           
 void setValue(String type)
           
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 

Method Detail

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.