Uses of Interface
org.apache.hivemind.schema.AttributeModel

Packages that use AttributeModel
org.apache.hivemind.schema Interfaces defining Schema support (used to process extension point contributions and service parameters). 
org.apache.hivemind.schema.impl Implementations of schema-related intefaces defined in package org.apache.hivemind.schema. 
 

Uses of AttributeModel in org.apache.hivemind.schema
 

Methods in org.apache.hivemind.schema that return AttributeModel
 AttributeModel ElementModel.getAttributeModel(java.lang.String name)
           
 

Uses of AttributeModel in org.apache.hivemind.schema.impl
 

Classes in org.apache.hivemind.schema.impl that implement AttributeModel
 class AttributeModelImpl
          Implementation of AttributeModel.
 

Methods in org.apache.hivemind.schema.impl that return AttributeModel
 AttributeModel ElementModelImpl.getAttributeModel(java.lang.String name)
           
 

Methods in org.apache.hivemind.schema.impl with parameters of type AttributeModel
 void ElementModelImpl.addAttributeModel(AttributeModel attributeModel)