fipaos.util
Class DynamicClass.PossibleSelectionHint

fipaos.util.DynamicClass.PropertyHint
  |
  +--fipaos.util.DynamicClass.PossibleSelectionHint

public static class DynamicClass.PossibleSelectionHint
extends DynamicClass.PropertyHint

Hint for a property that COULD take a predefined set of values, or
something else of the specified type


Field Summary
 Object[]_selections
           
 Class[]_types
           

Constructor Summary
DynamicClass.PossibleSelectionHint(Class[] types, Object[] selections)
           

Method Summary
 StringtoString()
           

Field Detail

_selections

public Object[] _selections

_types

public Class[] _types
Constructor Detail

DynamicClass.PossibleSelectionHint

public DynamicClass.PossibleSelectionHint(Class[] types, Object[] selections)
Method Detail

toString

public String toString()

Association Links

to Class java.lang.Class

to Class java.lang.Object