|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.melati.poem.generated.ValueInfoBase
public abstract class ValueInfoBase
Melati POEM generated abstract base class for a Persistent
ValueInfo Object.
TableDef.generatePersistentBaseJava(java.io.Writer)| Field Summary | |
|---|---|
protected String |
description
description - A brief description of the field's function |
protected String |
displayname
Display name - A user-friendly name for the field |
protected Integer |
height
Input-box height - A sensible height for text boxes used for entering the field, where appropriate |
protected Boolean |
nullable
nullable - Whether the field can be empty |
protected Integer |
precision
Precision - Precision (total number of digits) for fixed-point numbers |
protected String |
rangelimit_string
Range: limit - The (exclusive) limit of the range of permissible values for the field |
protected String |
rangelow_string
Range: low - The low end of the range of permissible values for the field |
protected String |
renderinfo
Rendering information - The name of the Melati templet (if not the default) to use for input controls for the field |
protected Integer |
scale
Scale - Scale (number of digits after the decimal) for fixed-point numbers |
protected Integer |
size
size - For character fields, the maximum number of characters that can be stored, (-1 for unlimited) |
protected Integer |
typefactory
Type - The field's POEM type |
protected Boolean |
usereditable
User-editable - Whether it makes sense for the user to update the field's value |
protected Integer |
width
Input-box width - A sensible width for text boxes used for entering the field, where appropriate |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
ValueInfoBase()
|
|
| Method Summary | |
|---|---|
String |
getDescription_unsafe()
Retrieves the Description value, without locking,
for this ValueInfo Persistent. |
String |
getDescription()
Retrieves the Description value, with locking, for this ValueInfo Persistent. |
Field |
getDescriptionField()
Retrieves the Description value as a Field
from this ValueInfo Persistent. |
String |
getDisplayname_unsafe()
Retrieves the Displayname value, without locking,
for this ValueInfo Persistent. |
String |
getDisplayname()
Retrieves the Displayname value, with locking, for this ValueInfo Persistent. |
Field |
getDisplaynameField()
Retrieves the Displayname value as a Field
from this ValueInfo Persistent. |
Integer |
getHeight_unsafe()
Retrieves the Height value, without locking,
for this ValueInfo Persistent. |
Integer |
getHeight()
Retrieves the Height value, with locking, for this ValueInfo Persistent. |
Field |
getHeightField()
Retrieves the Height value as a Field
from this ValueInfo Persistent. |
Boolean |
getNullable_unsafe()
Retrieves the Nullable value, without locking,
for this ValueInfo Persistent. |
Boolean |
getNullable()
Retrieves the Nullable value, with locking, for this ValueInfo Persistent. |
Field |
getNullableField()
Retrieves the Nullable value as a Field
from this ValueInfo Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object. |
Integer |
getPrecision_unsafe()
Retrieves the Precision value, without locking,
for this ValueInfo Persistent. |
Integer |
getPrecision()
Retrieves the Precision value, with locking, for this ValueInfo Persistent. |
Field |
getPrecisionField()
Retrieves the Precision value as a Field
from this ValueInfo Persistent. |
String |
getRangelimit_string_unsafe()
Retrieves the Rangelimit_string value, without locking,
for this ValueInfo Persistent. |
String |
getRangelimit_string()
Retrieves the Rangelimit_string value, with locking, for this ValueInfo Persistent. |
Field |
getRangelimit_stringField()
Retrieves the Rangelimit_string value as a Field
from this ValueInfo Persistent. |
String |
getRangelow_string_unsafe()
Retrieves the Rangelow_string value, without locking,
for this ValueInfo Persistent. |
String |
getRangelow_string()
Retrieves the Rangelow_string value, with locking, for this ValueInfo Persistent. |
Field |
getRangelow_stringField()
Retrieves the Rangelow_string value as a Field
from this ValueInfo Persistent. |
String |
getRenderinfo_unsafe()
Retrieves the Renderinfo value, without locking,
for this ValueInfo Persistent. |
String |
getRenderinfo()
Retrieves the Renderinfo value, with locking, for this ValueInfo Persistent. |
Field |
getRenderinfoField()
Retrieves the Renderinfo value as a Field
from this ValueInfo Persistent. |
Integer |
getScale_unsafe()
Retrieves the Scale value, without locking,
for this ValueInfo Persistent. |
Integer |
getScale()
Retrieves the Scale value, with locking, for this ValueInfo Persistent. |
Field |
getScaleField()
Retrieves the Scale value as a Field
from this ValueInfo Persistent. |
Integer |
getSize_unsafe()
Retrieves the Size value, without locking,
for this ValueInfo Persistent. |
Integer |
getSize()
Retrieves the Size value, with locking, for this ValueInfo Persistent. |
Field |
getSizeField()
Retrieves the Size value as a Field
from this ValueInfo Persistent. |
Integer |
getTypefactory_unsafe()
Retrieves the Typefactory value, without locking,
for this ValueInfo Persistent. |
PoemTypeFactory |
getTypefactory()
Retrieves the Typefactory value as an PoemTypeFactory for this Column of the ValueInfo Table. |
Integer |
getTypefactoryCode()
Retrieves the Typefactory value as an Integer for this Column of the ValueInfo Table. |
Field |
getTypefactoryField()
Retrieves the Typefactory value as a Field
from this ValueInfo Persistent. |
Boolean |
getUsereditable_unsafe()
Retrieves the Usereditable value, without locking,
for this ValueInfo Persistent. |
Boolean |
getUsereditable()
Retrieves the Usereditable value, with locking, for this ValueInfo Persistent. |
Field |
getUsereditableField()
Retrieves the Usereditable value as a Field
from this ValueInfo Persistent. |
ValueInfoTable |
getValueInfoTable()
Retrieves the ValueInfoTable table
which this Persistent is from. |
Integer |
getWidth_unsafe()
Retrieves the Width value, without locking,
for this ValueInfo Persistent. |
Integer |
getWidth()
Retrieves the Width value, with locking, for this ValueInfo Persistent. |
Field |
getWidthField()
Retrieves the Width value as a Field
from this ValueInfo Persistent. |
void |
setDescription_unsafe(String cooked)
Sets the Description value directly, without checking,
for this ValueInfo Persistent. |
void |
setDescription(String cooked)
Sets the Description value, with checking, for this
ValueInfo Persistent. |
void |
setDisplayname_unsafe(String cooked)
Sets the Displayname value directly, without checking,
for this ValueInfo Persistent. |
void |
setDisplayname(String cooked)
Sets the Displayname value, with checking, for this
ValueInfo Persistent. |
void |
setHeight_unsafe(Integer cooked)
Sets the Height value directly, without checking,
for this ValueInfo Persistent. |
void |
setHeight(int cooked)
Sets the Height value, with checking, for this
ValueInfo Persistent. |
void |
setHeight(Integer cooked)
Sets the Height value, with checking, for this
ValueInfo Persistent. |
void |
setNullable_unsafe(Boolean cooked)
Sets the Nullable value directly, without checking,
for this ValueInfo Persistent. |
void |
setNullable(boolean cooked)
Sets the Nullable value, with checking,
from a boolean, for this
ValueInfo Persistent. |
void |
setNullable(Boolean cooked)
Sets the Nullable value, with checking, for this
ValueInfo Persistent. |
void |
setPrecision_unsafe(Integer cooked)
Sets the Precision value directly, without checking,
for this ValueInfo Persistent. |
void |
setPrecision(int cooked)
Sets the Precision value, with checking, for this
ValueInfo Persistent. |
void |
setPrecision(Integer cooked)
Sets the Precision value, with checking, for this
ValueInfo Persistent. |
void |
setRangelimit_string_unsafe(String cooked)
Sets the Rangelimit_string value directly, without checking,
for this ValueInfo Persistent. |
void |
setRangelimit_string(String cooked)
Sets the Rangelimit_string value, with checking, for this
ValueInfo Persistent. |
void |
setRangelow_string_unsafe(String cooked)
Sets the Rangelow_string value directly, without checking,
for this ValueInfo Persistent. |
void |
setRangelow_string(String cooked)
Sets the Rangelow_string value, with checking, for this
ValueInfo Persistent. |
void |
setRenderinfo_unsafe(String cooked)
Sets the Renderinfo value directly, without checking,
for this ValueInfo Persistent. |
void |
setRenderinfo(String cooked)
Sets the Renderinfo value, with checking, for this
ValueInfo Persistent. |
void |
setScale_unsafe(Integer cooked)
Sets the Scale value directly, without checking,
for this ValueInfo Persistent. |
void |
setScale(int cooked)
Sets the Scale value, with checking, for this
ValueInfo Persistent. |
void |
setScale(Integer cooked)
Sets the Scale value, with checking, for this
ValueInfo Persistent. |
void |
setSize_unsafe(Integer cooked)
Sets the Size value directly, without checking,
for this ValueInfo Persistent. |
void |
setSize(int cooked)
Sets the Size value, with checking, for this
ValueInfo Persistent. |
void |
setSize(Integer cooked)
Sets the Size value, with checking, for this
ValueInfo Persistent. |
void |
setTypefactory_unsafe(Integer cooked)
Sets the Typefactory value directly, without checking,
for this ValueInfo Persistent. |
void |
setTypefactory(PoemTypeFactory cooked)
Sets the PoemTypeFactory Typefactory value for this ValueInfo Column of the ValueInfo Table. |
void |
setTypefactoryCode(Integer raw)
Sets the Integer Typefactory value for this ValueInfo Column of the ValueInfo Table. |
void |
setUsereditable_unsafe(Boolean cooked)
Sets the Usereditable value directly, without checking,
for this ValueInfo Persistent. |
void |
setUsereditable(boolean cooked)
Sets the Usereditable value, with checking,
from a boolean, for this
ValueInfo Persistent. |
void |
setUsereditable(Boolean cooked)
Sets the Usereditable value, with checking, for this
ValueInfo Persistent. |
void |
setWidth_unsafe(Integer cooked)
Sets the Width value directly, without checking,
for this ValueInfo Persistent. |
void |
setWidth(int cooked)
Sets the Width value, with checking, for this
ValueInfo Persistent. |
void |
setWidth(Integer cooked)
Sets the Width value, with checking, for this
ValueInfo Persistent. |
| Methods inherited from class org.melati.poem.transaction.Transactioned |
|---|
markValid, reset, setTransactionPool, transactionPool, unSee |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String displayname
protected String description
protected Boolean usereditable
protected Integer typefactory
protected Boolean nullable
protected Integer size
protected Integer width
protected Integer height
protected Integer precision
protected Integer scale
protected String renderinfo
protected String rangelow_string
protected String rangelimit_string
| Constructor Detail |
|---|
public ValueInfoBase()
| Method Detail |
|---|
public PoemDatabaseTables getPoemDatabaseTables()
TableDef.generatePersistentBaseJava(java.io.Writer)public ValueInfoTable getValueInfoTable()
ValueInfoTable table
which this Persistent is from.
TableDef.generatePersistentBaseJava(java.io.Writer)public String getDisplayname_unsafe()
Displayname value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setDisplayname_unsafe(String cooked)
Displayname value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public String getDisplayname()
throws AccessPoemException
ValueInfo Persistent.
Field description:
A user-friendly name for the field
Displayname for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDisplayname(String cooked)
throws AccessPoemException,
ValidationPoemException
Displayname value, with checking, for this
ValueInfo Persistent.
Field description:
A user-friendly name for the field
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getDisplaynameField()
throws AccessPoemException
Displayname value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public String getDescription_unsafe()
Description value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setDescription_unsafe(String cooked)
Description value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public String getDescription()
throws AccessPoemException
ValueInfo Persistent.
Field description:
A brief description of the field's function
Description for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDescription(String cooked)
throws AccessPoemException,
ValidationPoemException
Description value, with checking, for this
ValueInfo Persistent.
Field description:
A brief description of the field's function
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getDescriptionField()
throws AccessPoemException
Description value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public Boolean getUsereditable_unsafe()
Usereditable value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setUsereditable_unsafe(Boolean cooked)
Usereditable value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Boolean getUsereditable()
throws AccessPoemException
ValueInfo Persistent.
Field description:
Whether it makes sense for the user to update the field's value
Usereditable for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setUsereditable(Boolean cooked)
throws AccessPoemException,
ValidationPoemException
Usereditable value, with checking, for this
ValueInfo Persistent.
Field description:
Whether it makes sense for the user to update the field's value
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setUsereditable(boolean cooked)
throws AccessPoemException,
ValidationPoemException
Usereditable value, with checking,
from a boolean, for this
ValueInfo Persistent.
Field description:
Whether it makes sense for the user to update the field's value
cooked - a boolean
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getUsereditableField()
throws AccessPoemException
Usereditable value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public Integer getTypefactory_unsafe()
Typefactory value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setTypefactory_unsafe(Integer cooked)
Typefactory value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getTypefactoryCode()
throws AccessPoemException
Typefactory value as an Integer for this Column of the ValueInfo Table.
Field description:
The field's POEM type
Typefactory value of this Column
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setTypefactoryCode(Integer raw)
throws AccessPoemException
Integer Typefactory value for this ValueInfo Column of the ValueInfo Table.
Field description:
The field's POEM type
raw - the value to set
AccessPoemException - if the current AccessToken
does not confer write access rights
public PoemTypeFactory getTypefactory()
throws AccessPoemException
Typefactory value as an PoemTypeFactory for this Column of the ValueInfo Table.
Field description:
The field's POEM type
Typefactory value of this Column
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setTypefactory(PoemTypeFactory cooked)
throws AccessPoemException
PoemTypeFactory Typefactory value for this ValueInfo Column of the ValueInfo Table.
Field description:
The field's POEM type
cooked - the value to set
AccessPoemException - if the current AccessToken
does not confer write access rights
public Field getTypefactoryField()
throws AccessPoemException
Typefactory value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public Boolean getNullable_unsafe()
Nullable value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setNullable_unsafe(Boolean cooked)
Nullable value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Boolean getNullable()
throws AccessPoemException
ValueInfo Persistent.
Field description:
Whether the field can be empty
Nullable for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setNullable(Boolean cooked)
throws AccessPoemException,
ValidationPoemException
Nullable value, with checking, for this
ValueInfo Persistent.
Field description:
Whether the field can be empty
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setNullable(boolean cooked)
throws AccessPoemException,
ValidationPoemException
Nullable value, with checking,
from a boolean, for this
ValueInfo Persistent.
Field description:
Whether the field can be empty
cooked - a boolean
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getNullableField()
throws AccessPoemException
Nullable value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public Integer getSize_unsafe()
Size value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setSize_unsafe(Integer cooked)
Size value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getSize()
throws AccessPoemException
ValueInfo Persistent.
Field description:
For character fields, the maximum number of characters that can be
stored, (-1 for unlimited)
Size for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setSize(Integer cooked)
throws AccessPoemException,
ValidationPoemException
Size value, with checking, for this
ValueInfo Persistent.
Field description:
For character fields, the maximum number of characters that can be
stored, (-1 for unlimited)
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setSize(int cooked)
throws AccessPoemException,
ValidationPoemException
Size value, with checking, for this
ValueInfo Persistent.
Field description:
For character fields, the maximum number of characters that can be
stored, (-1 for unlimited)
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getSizeField()
throws AccessPoemException
Size value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public Integer getWidth_unsafe()
Width value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setWidth_unsafe(Integer cooked)
Width value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getWidth()
throws AccessPoemException
ValueInfo Persistent.
Field description:
A sensible width for text boxes used for entering the field, where
appropriate
Width for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setWidth(Integer cooked)
throws AccessPoemException,
ValidationPoemException
Width value, with checking, for this
ValueInfo Persistent.
Field description:
A sensible width for text boxes used for entering the field, where
appropriate
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setWidth(int cooked)
throws AccessPoemException,
ValidationPoemException
Width value, with checking, for this
ValueInfo Persistent.
Field description:
A sensible width for text boxes used for entering the field, where
appropriate
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getWidthField()
throws AccessPoemException
Width value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public Integer getHeight_unsafe()
Height value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setHeight_unsafe(Integer cooked)
Height value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getHeight()
throws AccessPoemException
ValueInfo Persistent.
Field description:
A sensible height for text boxes used for entering the field, where
appropriate
Height for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setHeight(Integer cooked)
throws AccessPoemException,
ValidationPoemException
Height value, with checking, for this
ValueInfo Persistent.
Field description:
A sensible height for text boxes used for entering the field, where
appropriate
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setHeight(int cooked)
throws AccessPoemException,
ValidationPoemException
Height value, with checking, for this
ValueInfo Persistent.
Field description:
A sensible height for text boxes used for entering the field, where
appropriate
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getHeightField()
throws AccessPoemException
Height value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public Integer getPrecision_unsafe()
Precision value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setPrecision_unsafe(Integer cooked)
Precision value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getPrecision()
throws AccessPoemException
ValueInfo Persistent.
Field description:
Precision (total number of digits) for fixed-point numbers
Precision for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setPrecision(Integer cooked)
throws AccessPoemException,
ValidationPoemException
Precision value, with checking, for this
ValueInfo Persistent.
Field description:
Precision (total number of digits) for fixed-point numbers
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setPrecision(int cooked)
throws AccessPoemException,
ValidationPoemException
Precision value, with checking, for this
ValueInfo Persistent.
Field description:
Precision (total number of digits) for fixed-point numbers
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getPrecisionField()
throws AccessPoemException
Precision value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public Integer getScale_unsafe()
Scale value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setScale_unsafe(Integer cooked)
Scale value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getScale()
throws AccessPoemException
ValueInfo Persistent.
Field description:
Scale (number of digits after the decimal) for fixed-point numbers
Scale for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setScale(Integer cooked)
throws AccessPoemException,
ValidationPoemException
Scale value, with checking, for this
ValueInfo Persistent.
Field description:
Scale (number of digits after the decimal) for fixed-point numbers
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setScale(int cooked)
throws AccessPoemException,
ValidationPoemException
Scale value, with checking, for this
ValueInfo Persistent.
Field description:
Scale (number of digits after the decimal) for fixed-point numbers
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getScaleField()
throws AccessPoemException
Scale value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public String getRenderinfo_unsafe()
Renderinfo value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setRenderinfo_unsafe(String cooked)
Renderinfo value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public String getRenderinfo()
throws AccessPoemException
ValueInfo Persistent.
Field description:
The name of the Melati templet (if not the default) to use for input
controls for the field
Renderinfo for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setRenderinfo(String cooked)
throws AccessPoemException,
ValidationPoemException
Renderinfo value, with checking, for this
ValueInfo Persistent.
Field description:
The name of the Melati templet (if not the default) to use for input
controls for the field
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getRenderinfoField()
throws AccessPoemException
Renderinfo value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public String getRangelow_string_unsafe()
Rangelow_string value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setRangelow_string_unsafe(String cooked)
Rangelow_string value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public String getRangelow_string()
throws AccessPoemException
ValueInfo Persistent.
Field description:
The low end of the range of permissible values for the field
Rangelow_string for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setRangelow_string(String cooked)
throws AccessPoemException,
ValidationPoemException
Rangelow_string value, with checking, for this
ValueInfo Persistent.
Field description:
The low end of the range of permissible values for the field
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getRangelow_stringField()
throws AccessPoemException
Rangelow_string value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)public String getRangelimit_string_unsafe()
Rangelimit_string value, without locking,
for this ValueInfo Persistent.
FieldDef.generateBaseMethods(java.io.Writer)public void setRangelimit_string_unsafe(String cooked)
Rangelimit_string value directly, without checking,
for this ValueInfo Persistent.
cooked - the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public String getRangelimit_string()
throws AccessPoemException
ValueInfo Persistent.
Field description:
The (exclusive) limit of the range of permissible values for the field
Rangelimit_string for this
ValueInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setRangelimit_string(String cooked)
throws AccessPoemException,
ValidationPoemException
Rangelimit_string value, with checking, for this
ValueInfo Persistent.
Field description:
The (exclusive) limit of the range of permissible values for the field
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getRangelimit_stringField()
throws AccessPoemException
Rangelimit_string value as a Field
from this ValueInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||