Package org.jbpm.xes.model
Class ElementType
- java.lang.Object
-
- org.jbpm.xes.model.AttributableType
-
- org.jbpm.xes.model.ElementType
-
public class ElementType extends AttributableType
Java class for ElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementType"> <complexContent> <extension base="{}AttributableType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.jbpm.xes.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description ElementType()
-
Method Summary
-
Methods inherited from class org.jbpm.xes.model.AttributableType
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrInt
-
-