Class ExpressionParameterType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ParameterType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionParameterType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
- Direct Known Subclasses:
SubreportParameterType
public class ExpressionParameterType extends ParameterType implements Serializable, Cloneable, Containerable
Describes input parameters to the expression.Java class for ExpressionParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionParameterType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ParameterType"> <sequence> <element name="expression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_EXPRESSION-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ParameterType
F_NAME, F_TYPE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ExpressionParameterType()ExpressionParameterType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()ExpressionTypebeginExpression()ExpressionParameterTypeclone()<X> Xend()booleanequals(Object object)ExpressionParameterTypeexpression(ExpressionType value)ExpressionTypegetExpression()inthashCode()ExpressionParameterTypeid(Long value)ExpressionParameterTypename(String value)voidsetExpression(ExpressionType value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()ExpressionParameterTypetype(QName value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ParameterType
getId, getName, getType, setId, setName, setType
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
ExpressionParameterType
public ExpressionParameterType()
-
ExpressionParameterType
public ExpressionParameterType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classParameterType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classParameterType
-
toString
public String toString()
- Overrides:
toStringin classParameterType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classParameterType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classParameterType
-
end
public <X> X end()
- Overrides:
endin classParameterType
-
getExpression
public ExpressionType getExpression()
-
setExpression
public void setExpression(ExpressionType value)
-
expression
public ExpressionParameterType expression(ExpressionType value)
-
beginExpression
public ExpressionType beginExpression()
-
name
public ExpressionParameterType name(String value)
- Overrides:
namein classParameterType
-
type
public ExpressionParameterType type(QName value)
- Overrides:
typein classParameterType
-
id
public ExpressionParameterType id(Long value)
- Overrides:
idin classParameterType
-
clone
public ExpressionParameterType clone()
- Overrides:
clonein classParameterType
-
-