Package org.jbpm.xes.model
Class AttributeType
- java.lang.Object
-
- org.jbpm.xes.model.AttributableType
-
- org.jbpm.xes.model.AttributeType
-
- Direct Known Subclasses:
AttributeBooleanType,AttributeDateType,AttributeFloatType,AttributeIDType,AttributeIntType,AttributeListType,AttributeStringType
public class AttributeType extends AttributableType
Java class for AttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeType"> <complexContent> <extension base="{}AttributableType"> <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringkey-
Fields inherited from class org.jbpm.xes.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description AttributeType()AttributeType(String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Gets the value of the key property.voidsetKey(String value)Sets the value of the key property.-
Methods inherited from class org.jbpm.xes.model.AttributableType
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrInt
-
-