|
||||||||||
| 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 PropInfo| Method Detail |
public Profile getProfile()
getProfile in interface PropInfopublic java.lang.String getName()
getName in interface PropInfopublic PropType getType()
getType in interface PropInfopublic PropValue getDefaultValue()
getDefaultValue in interface PropInfopublic PropValueList getValues()
getValues in interface PropInfopublic DevCat getDevCat()
getDevCat in interface PropInfopublic PropInfoViewer getViewer()
getViewer in interface PropInfopublic java.lang.String getDescription()
getDescription in interface PropInfopublic java.lang.String getShortDescription()
getShortDescription in interface PropInfovoid 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 | |||||||||