Class DeltaSetTripleType
- java.lang.Object
-
- com.evolveum.prism.xml.ns._public.types_3.DeltaSetTripleType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
public class DeltaSetTripleType extends Object implements Serializable, JaxbVisitable, Cloneable
Experimental.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeltaSetTripleType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
DeltaSetTripleType
clone()
static <V extends PrismValue>
DeltaSetTripleTypefromDeltaSetTriple(PrismValueDeltaSetTriple<V> triple, PrismContext prismContext)
List<Object>
getMinus()
List<Object>
getPlus()
List<Object>
getZero()
String
toString()
void
visit(List<Object> set, JaxbVisitor visitor)
-
-
-
Method Detail
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
visit
public void visit(List<Object> set, JaxbVisitor visitor)
-
clone
public DeltaSetTripleType clone()
-
fromDeltaSetTriple
public static <V extends PrismValue> DeltaSetTripleType fromDeltaSetTriple(PrismValueDeltaSetTriple<V> triple, PrismContext prismContext)
-
-