|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropValue | |
jpos.profile |
Uses of PropValue in jpos.profile |
Classes in jpos.profile that implement PropValue | |
(package private) class |
DefaultPropValue
Class implementing the PropValue interface |
Methods in jpos.profile that return PropValue | |
PropValue |
PropInfo.getDefaultValue()
|
PropValue |
DefaultPropValueList.DefaultIterator.next()
|
PropValue |
PropValueList.Iterator.next()
|
PropValue |
DefaultPropInfo.getDefaultValue()
|
Methods in jpos.profile with parameters of type PropValue | |
void |
DefaultPropValueList.add(PropValue propValue)
Adds a new PropValue to this list |
void |
DefaultPropValueList.remove(PropValue propValue)
Removes the PropValue to this list |
boolean |
DefaultPropValueList.contains(PropValue propValue)
|
void |
PropValueList.add(PropValue propValue)
Adds a new PropValue to this list |
void |
PropValueList.remove(PropValue propValue)
Removes the PropValue to this list |
boolean |
PropValueList.contains(PropValue propValue)
|
abstract boolean |
AbstractPropType.isValidValue(PropValue obj)
|
(package private) void |
DefaultPropInfo.setDefaultValue(PropValue value)
Sets the default value for this property |
boolean |
BooleanPropType.isValidValue(PropValue propValue)
|
boolean |
StringPropType.isValidValue(PropValue propValue)
|
boolean |
IntegerPropType.isValidValue(PropValue propValue)
|
boolean |
CharacterPropType.isValidValue(PropValue propValue)
|
boolean |
PropType.isValidValue(PropValue obj)
|
boolean |
FloatPropType.isValidValue(PropValue propValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |