Uses of Class
science.aist.xes.model.AttributeType
-
Packages that use AttributeType Package Description science.aist.xes.model -
-
Uses of AttributeType in science.aist.xes.model
Subclasses of AttributeType in science.aist.xes.model Modifier and Type Class Description class
AttributeBooleanType
Java class for AttributeBooleanType complex type.class
AttributeDateType
Java class for AttributeDateType complex type.class
AttributeFloatType
Java class for AttributeFloatType complex type.class
AttributeIDType
Java class for AttributeIDType complex type.class
AttributeIntType
Java class for AttributeIntType complex type.class
AttributeListType
Java class for AttributeListType complex type.class
AttributeStringType
Java class for AttributeStringType complex type.Fields in science.aist.xes.model declared as AttributeType Modifier and Type Field Description protected AttributeType
AttributeListType. values
Fields in science.aist.xes.model with type parameters of type AttributeType Modifier and Type Field Description protected List<AttributeType>
AttributableType. stringOrDateOrInt
protected List<AttributeType>
EventType. stringOrDateOrInt
protected List<AttributeType>
GlobalsType. stringOrDateOrInt
protected List<AttributeType>
LogType. stringOrDateOrInt
protected List<AttributeType>
TraceType. stringOrDateOrInt
Methods in science.aist.xes.model that return AttributeType Modifier and Type Method Description AttributeType
ObjectFactory. createAttributeType()
Create an instance ofAttributeType
AttributeType
AttributeListType. getValues()
Gets the value of the values property.Methods in science.aist.xes.model that return types with arguments of type AttributeType Modifier and Type Method Description List<AttributeType>
AttributableType. getStringOrDateOrInt()
Gets the value of the stringOrDateOrInt property.List<AttributeType>
EventType. getStringOrDateOrInt()
Gets the value of the stringOrDateOrInt property.List<AttributeType>
GlobalsType. getStringOrDateOrInt()
Gets the value of the stringOrDateOrInt property.List<AttributeType>
LogType. getStringOrDateOrInt()
Gets the value of the stringOrDateOrInt property.List<AttributeType>
TraceType. getStringOrDateOrInt()
Gets the value of the stringOrDateOrInt property.Methods in science.aist.xes.model with parameters of type AttributeType Modifier and Type Method Description void
AttributeListType. setValues(AttributeType value)
Sets the value of the values property.
-