Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.ExpressionReturnTypeType

Packages that use ExpressionReturnTypeType
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of ExpressionReturnTypeType in com.evolveum.midpoint.common.expression
 

Methods in com.evolveum.midpoint.common.expression that return ExpressionReturnTypeType
 ExpressionReturnTypeType Expression.getReturnType()
           
 

Methods in com.evolveum.midpoint.common.expression with parameters of type ExpressionReturnTypeType
 void Expression.setReturnType(ExpressionReturnTypeType returnType)
           
 

Uses of ExpressionReturnTypeType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ExpressionReturnTypeType
protected  ExpressionReturnTypeType ExpressionType.returnType
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ExpressionReturnTypeType
static ExpressionReturnTypeType ExpressionReturnTypeType.fromValue(java.lang.String v)
           
 ExpressionReturnTypeType ExpressionType.getReturnType()
          Gets the value of the returnType property.
static ExpressionReturnTypeType ExpressionReturnTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExpressionReturnTypeType[] ExpressionReturnTypeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ExpressionReturnTypeType
 void ExpressionType.setReturnType(ExpressionReturnTypeType value)
          Sets the value of the returnType property.
 



Copyright © 2012 evolveum. All Rights Reserved.