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 declared as AttributeTypeModel Modifier and Type Field Description private AttributeTypeModelAttribute. attributeTypeModelMethods in no.oslomet.aaas.model that return AttributeTypeModel Modifier and Type Method Description AttributeTypeModelAttribute. getAttributeTypeModel()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.Constructors in no.oslomet.aaas.model with parameters of type AttributeTypeModel Constructor Description Attribute(java.lang.String field, AttributeTypeModel attributeTypeModel, java.util.List<java.lang.String[]> hierarchy)
-