|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jpos.profile.DefaultPropInfo
Default implementation of the PropInfo interface
Constructor Summary | |
DefaultPropInfo(java.lang.String name,
Profile profile)
Creates a PropInfo with name and profile passed |
Method Summary | |
PropValue |
getDefaultValue()
|
java.lang.String |
getDescription()
|
DevCat |
getDevCat()
|
java.lang.String |
getName()
|
Profile |
getProfile()
|
java.lang.String |
getShortDescription()
|
PropType |
getType()
|
PropValueList |
getValues()
|
PropInfoViewer |
getViewer()
|
(package private) void |
setDefaultValue(PropValue value)
Sets the default value for this property |
(package private) void |
setDescription(java.lang.String s)
Sets the description of this PropInfo (this can be HTML formated) |
(package private) void |
setDevCat(DevCat devCat)
Sets the DevCat that this property can be applied to |
(package private) void |
setShortDescription(java.lang.String s)
Sets a short description of this PropInfo used as TootipText (this can be HTML formated) |
(package private) void |
setType(PropType type)
Sets the type of this property |
(package private) void |
setViewer(PropInfoViewer viewer)
Sets the PropInfoViewer for this property |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public DefaultPropInfo(java.lang.String name, Profile profile)
name
- the PropInfo nameprofile
- the Profile for this PropInfoMethod Detail |
public Profile getProfile()
getProfile
in interface PropInfo
public java.lang.String getName()
getName
in interface PropInfo
public PropType getType()
getType
in interface PropInfo
public PropValue getDefaultValue()
getDefaultValue
in interface PropInfo
public PropValueList getValues()
getValues
in interface PropInfo
public DevCat getDevCat()
getDevCat
in interface PropInfo
public PropInfoViewer getViewer()
getViewer
in interface PropInfo
public java.lang.String getDescription()
getDescription
in interface PropInfo
public java.lang.String getShortDescription()
getShortDescription
in interface PropInfo
void setType(PropType type)
type
- the PropTypevoid setDefaultValue(PropValue value)
propValue
- the PropValuevoid setDevCat(DevCat devCat)
devCat
- the DevCatvoid setViewer(PropInfoViewer viewer)
viewer
- the PropInfoViewervoid setDescription(java.lang.String s)
s
- the Stringvoid setShortDescription(java.lang.String s)
s
- the String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |