|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropType | |
jpos.profile |
Uses of PropType in jpos.profile |
Classes in jpos.profile that implement PropType | |
class |
AbstractPropType
Default implementation of the PropType |
class |
BooleanPropType
Defines a Boolean property type |
class |
CharacterPropType
Defines a Character property type |
class |
FloatPropType
Defines a Float property type |
class |
IntegerPropType
Defines a Integer property type |
class |
StringPropType
Defines a String property type |
Fields in jpos.profile declared as PropType | |
static PropType |
ProfileConst.STRING_PROP_TYPE
|
static PropType |
ProfileConst.INTEGER_PROP_TYPE
|
static PropType |
ProfileConst.FLOAT_PROP_TYPE
|
static PropType |
ProfileConst.BOOLEAN_PROP_TYPE
|
static PropType |
ProfileConst.CHARACTER_PROP_TYPE
|
static PropType[] |
ProfileConst.PROPTYPE_ARRAY
|
Methods in jpos.profile that return PropType | |
PropType |
PropInfo.getType()
|
PropType |
DefaultPropInfo.getType()
|
static PropType |
BooleanPropType.getInstance()
|
static PropType |
StringPropType.getInstance()
|
PropType |
PropValue.getType()
|
static PropType |
IntegerPropType.getInstance()
|
static PropType |
CharacterPropType.getInstance()
|
PropType |
DefaultPropValue.getType()
|
static PropType |
FloatPropType.getInstance()
|
Methods in jpos.profile with parameters of type PropType | |
(package private) void |
DefaultPropInfo.setType(PropType type)
Sets the type of this property |
Constructors in jpos.profile with parameters of type PropType | |
DefaultPropValue(java.lang.Object obj,
PropType propType)
2-arg ctor taking Object value |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |