org.glassfish.paas.orchestrator.config
Interface Characteristics

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface Characteristics
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

Author:
Jagadish Ramu

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 List<Characteristic> getCharacteristic()
          Gets the value of the Characteristic.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getCharacteristic

@NotNull
List<Characteristic> getCharacteristic()
Gets the value of the Characteristic.

Returns:
possible object is Characteristic


Copyright © 2012. All Rights Reserved.