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.modelSubclasses of AttributeType in science.aist.xes.model Modifier and Type Class Description classAttributeBooleanTypeJava class for AttributeBooleanType complex type.classAttributeDateTypeJava class for AttributeDateType complex type.classAttributeFloatTypeJava class for AttributeFloatType complex type.classAttributeIDTypeJava class for AttributeIDType complex type.classAttributeIntTypeJava class for AttributeIntType complex type.classAttributeListTypeJava class for AttributeListType complex type.classAttributeStringTypeJava class for AttributeStringType complex type.Fields in science.aist.xes.model declared as AttributeType Modifier and Type Field Description protected AttributeTypeAttributeListType. valuesFields in science.aist.xes.model with type parameters of type AttributeType Modifier and Type Field Description protected List<AttributeType>AttributableType. stringOrDateOrIntprotected List<AttributeType>EventType. stringOrDateOrIntprotected List<AttributeType>GlobalsType. stringOrDateOrIntprotected List<AttributeType>LogType. stringOrDateOrIntprotected List<AttributeType>TraceType. stringOrDateOrIntMethods in science.aist.xes.model that return AttributeType Modifier and Type Method Description AttributeTypeObjectFactory. createAttributeType()Create an instance ofAttributeTypeAttributeTypeAttributeListType. 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 voidAttributeListType. setValues(AttributeType value)Sets the value of the values property.
 
-