Uses of Class
fipaos.util.DynamicClass.PropertyHint

Packages that use DynamicClass.PropertyHint
fipaos.ont.fipa.fipaman 
fipaos.util 

Uses of DynamicClass.PropertyHint in fipaos.ont.fipa.fipaman
 

Methods in fipaos.ont.fipa.fipaman that return DynamicClass.PropertyHint
static DynamicClass.PropertyHintAgentID.getDynamicClassHints(String prop)
          Method to provide property hints to DynamicClass
 

Uses of DynamicClass.PropertyHint in fipaos.util
 

Subclasses of DynamicClass.PropertyHint in fipaos.util
class DynamicClass.CollectionHint
          Hint for a collection type - details Classes than it can contain
class DynamicClass.ConstrainedSelectionHint
          Hint for a property that should take only a constrained set of values
class DynamicClass.ImmutableHint
          Hint that a CLASS is immutable (i.e.
class DynamicClass.PossibleSelectionHint
          Hint for a property that COULD take a predefined set of values, or something else of the specified type
 

Methods in fipaos.util that return DynamicClass.PropertyHint
PropertyHintDynamicClass.getHint(String property)
          Get the hint (if available) for the given property - returns null if no hint available
PropertyHintDynamicClass.Property.getHint()
          Returns a Hint object giving hints about the values this property can take
static DynamicClass.PropertyHintURL.getDynamicClassHints(String prop)
          Method to provide property hints to DynamicClass