Uses of Class
no.oslomet.aaas.model.AttributeTypeModel
-
Packages that use AttributeTypeModel Package Description no.oslomet.aaas.model -
-
Uses of AttributeTypeModel in no.oslomet.aaas.model
Fields in no.oslomet.aaas.model with type parameters of type AttributeTypeModel Modifier and Type Field Description private java.util.Map<java.lang.String,AttributeTypeModel>MetaData. attributeTypeListprivate java.util.Map<java.lang.String,AttributeTypeModel>AnalysationPayload. attributeTypesMethods in no.oslomet.aaas.model that return AttributeTypeModel Modifier and Type Method Description static AttributeTypeModelAttributeTypeModel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeTypeModel[]AttributeTypeModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.oslomet.aaas.model that return types with arguments of type AttributeTypeModel Modifier and Type Method Description java.util.Map<java.lang.String,AttributeTypeModel>MetaData. getAttributeTypeList()Getter method that returns an object ofAttributeTypeModel.java.util.Map<java.lang.String,AttributeTypeModel>AnalysationPayload. getAttributeTypes()Getter method for the AttributeTypes for the dataset fields/columns.Method parameters in no.oslomet.aaas.model with type arguments of type AttributeTypeModel Modifier and Type Method Description voidMetaData. setAttributeTypeList(java.util.Map<java.lang.String,AttributeTypeModel> AttributeTypeList)Setter method for the dataset fields/column attribute types.Constructor parameters in no.oslomet.aaas.model with type arguments of type AttributeTypeModel Constructor Description AnalysationPayload(java.lang.String data, java.util.Map<java.lang.String,AttributeTypeModel> attributeTypes)Setter method for Analysation payload.
-