Uses of Class
org.plasma.provisioning.BehaviorType

Packages that use BehaviorType
org.plasma.provisioning Package level documentation for package org.plasma.provisioning. 
 

Uses of BehaviorType in org.plasma.provisioning
 

Fields in org.plasma.provisioning declared as BehaviorType
protected  BehaviorType Behavior.type
           
 

Methods in org.plasma.provisioning that return BehaviorType
static BehaviorType BehaviorType.fromValue(String v)
           
 BehaviorType Behavior.getType()
          Gets the value of the type property.
static BehaviorType BehaviorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BehaviorType[] BehaviorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.plasma.provisioning with parameters of type BehaviorType
 void Behavior.setType(BehaviorType value)
          Sets the value of the type property.
 



Copyright © 2014. All rights reserved.