Class DeltaSetTripleType
java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.DeltaSetTripleType
- All Implemented Interfaces:
PlainStructured
,PlainStructured.WithoutStrategy
,JaxbVisitable
,Serializable
,Cloneable
public class DeltaSetTripleType
extends Object
implements PlainStructured.WithoutStrategy, JaxbVisitable, Cloneable
Experimental.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
static <V extends PrismValue>
DeltaSetTripleTypefromDeltaSetTriple
(PrismValueDeltaSetTriple<V> triple) getMinus()
getPlus()
getZero()
toString()
void
visit
(List<Object> set, JaxbVisitor visitor) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured.WithoutStrategy
equals, hashCode
-
Field Details
-
COMPLEX_TYPE
-
F_ZERO
-
F_PLUS
-
F_MINUS
-
-
Constructor Details
-
DeltaSetTripleType
public DeltaSetTripleType()
-
-
Method Details
-
getZero
-
getPlus
-
getMinus
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
-
visit
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classObject
-
toString
-
fromDeltaSetTriple
public static <V extends PrismValue> DeltaSetTripleType fromDeltaSetTriple(PrismValueDeltaSetTriple<V> triple)
-