Package science.aist.ocel.model
Class AttributeType
- java.lang.Object
-
- science.aist.ocel.model.AttributableType
-
- science.aist.ocel.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 science.aist.ocel.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description AttributeType()
-
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 science.aist.ocel.model.AttributableType
getStringOrDateOrInt
-
-
-
-
Field Detail
-
key
protected String key
-
-