|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.DateTimeFieldFormat
public class DateTimeFieldFormat
This object describes how a DateTime value shown by a FieldObject object should be formatted if the
FieldObject object is being used to display dates and/or times. When possible,
use the IDateTimeFieldFormat interface to manipulate this object.
| Constructor Summary | |
|---|---|
DateTimeFieldFormat()
|
|
DateTimeFieldFormat(IDateTimeFieldFormat src)
|
|
DateTimeFieldFormat(java.util.Locale locale)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only. |
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
DateTimeFieldFormatConditionFormulas |
getConditionFormulas()
Returns the condition formulas used to override the date field's format settings. |
DateTimeOrder |
getDateTimeOrder()
Returns the order in which the elements of DateTime field appear. |
java.lang.String |
getDateTimeSeparator()
Returns the separator between the date and time. |
boolean |
hasContent(java.lang.Object srcDateTimeFieldFormat)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
For internal use only. |
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
setConditionFormulas(DateTimeFieldFormatConditionFormulas conditionFormulas)
Sets the condition formulas used to override the date field's format settings. |
void |
setDateTimeOrder(DateTimeOrder dateTimeOrder)
Sets the order in which the elements of DateTime field appear. |
void |
setDateTimeSeparator(java.lang.String dateTimeSeparator)
Sets the separator between the date and time. |
boolean |
skipWritingIdenticalObject()
For internal use only. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateTimeFieldFormat(IDateTimeFieldFormat src)
public DateTimeFieldFormat()
public DateTimeFieldFormat(java.util.Locale locale)
| Method Detail |
|---|
public java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject,
boolean deepCopy)
public java.lang.Object createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
public void endElement(java.lang.String eleName,
java.util.Map objState)
public DateTimeFieldFormatConditionFormulas getConditionFormulas()
IDateTimeFieldFormatReturns the condition formulas used to override the date field's format settings.
getConditionFormulas in interface IDateTimeFieldFormatDateTimeFieldFormatConditionFormulas object containing the condition formulas
used to override the date field's format settings.public DateTimeOrder getDateTimeOrder()
IDateTimeFieldFormatReturns the order in which the elements of DateTime field appear.
getDateTimeOrder in interface IDateTimeFieldFormatDateTimeOrder object that specifies the order in which the elements
of DateTime field appear.public java.lang.String getDateTimeSeparator()
IDateTimeFieldFormatReturns the separator between the date and time.
getDateTimeSeparator in interface IDateTimeFieldFormatString containing the separator between the date and time.public boolean hasContent(java.lang.Object srcDateTimeFieldFormat)
public void readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
public void save(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
java.io.IOException
public void save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
throws java.io.IOException
java.io.IOException
public void saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
java.io.IOExceptionpublic void setConditionFormulas(DateTimeFieldFormatConditionFormulas conditionFormulas)
IDateTimeFieldFormatSets the condition formulas used to override the date field's format settings.
setConditionFormulas in interface IDateTimeFieldFormatconditionFormulas - A DateTimeFieldFormatConditionFormulas object containing the condition formulas
used to override the date field's format settings.public void setDateTimeOrder(DateTimeOrder dateTimeOrder)
IDateTimeFieldFormatSets the order in which the elements of DateTime field appear.
setDateTimeOrder in interface IDateTimeFieldFormatdateTimeOrder - A DateTimeOrder object that specifies the order in which the elements
of DateTime field appear.public void setDateTimeSeparator(java.lang.String dateTimeSeparator)
IDateTimeFieldFormatSets the separator between the date and time.
setDateTimeSeparator in interface IDateTimeFieldFormatdateTimeSeparator - A String containing the separator between the date and time.public boolean skipWritingIdenticalObject()
public void startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||