Uses of Class
ontopoly.model.FieldAssignment

Packages that use FieldAssignment
ontopoly.model   
ontopoly.models   
ontopoly.utils   
 

Uses of FieldAssignment in ontopoly.model
 

Methods in ontopoly.model that return FieldAssignment
 FieldAssignment TopicType.addField(FieldDefinition fieldDefinition)
           
 FieldAssignment FieldInstance.getFieldAssignment()
          Returns the assigned field of which this is an instance.
 

Methods in ontopoly.model that return types with arguments of type FieldAssignment
 java.util.List<FieldAssignment> TopicType.getFieldAssignments()
          Returns the FieldAssignments for this topic type.
 java.util.List<FieldAssignment> TopicType.getFieldAssignments(FieldsView view)
           
 

Methods in ontopoly.model with parameters of type FieldAssignment
 void FieldAssignment.moveAfter(FieldAssignment other)
          Change field order so that this field is ordered directly after the other field.
 

Constructors in ontopoly.model with parameters of type FieldAssignment
FieldInstance(Topic instance, FieldAssignment fieldAssignment)
           
 

Uses of FieldAssignment in ontopoly.models
 

Methods in ontopoly.models that return FieldAssignment
 FieldAssignment FieldAssignmentModel.getFieldAssignment()
           
protected  FieldAssignment FieldAssignmentModel.load()
           
 

Methods in ontopoly.models with parameters of type FieldAssignment
protected  FieldInstance FieldInstanceModel.newFieldInstance(Topic topic, FieldAssignment fieldAssignment)
           
 

Method parameters in ontopoly.models with type arguments of type FieldAssignment
static java.util.List<FieldAssignmentModel> FieldAssignmentModel.wrapInFieldAssignmentModels(java.util.List<FieldAssignment> fieldAssignments)
           
 

Constructors in ontopoly.models with parameters of type FieldAssignment
FieldAssignmentModel(FieldAssignment fieldAssignment)
           
 

Uses of FieldAssignment in ontopoly.utils
 

Methods in ontopoly.utils with parameters of type FieldAssignment
 int FieldAssignmentOrderComparator.compare(FieldAssignment fa1, FieldAssignment fa2)
           
 



Copyright © 2000-2012 Ontopia.