|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applcore.flex.runtime.util.common.ValueType
oracle.apps.fnd.applcore.flex.runtime.util.common.ValueTypeUtilDate
oracle.apps.fnd.applcore.flex.runtime.util.common.ValueTypeTime
public class ValueTypeTime
A value type that represents time.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.apps.fnd.applcore.flex.runtime.util.common.ValueType |
|---|
ValueType.DataType |
| Constructor Summary | |
|---|---|
protected |
ValueTypeTime(int maxlen)
Constructs a VARCHAR2_TIME value type. |
| Method Summary | |
|---|---|
java.lang.String |
formatDefaultValue(java.lang.String defaultValue,
java.lang.Class targetJavaType)
Formats the default value so that the formatted String can be parsed at runtime into an object that can be applied to the target attribute. |
java.lang.String |
getFormatString()
Gets the format string that can be recognized by oracle.apps.fnd.applcore.oaext.model.FlexfieldValueConverter. |
int |
getMaximumLength()
Gets the maximum length of the string representation. |
java.lang.String |
getParseMethodName()
Gets the full name of the static parse method. |
java.lang.String |
getToStringExpression(java.lang.Class objType,
java.lang.String objName)
Gets the "toString" expression for the given object reference. |
boolean |
isJavaTypeSupported(java.lang.Class javaType)
Checks whether the given Java type can be used to store values of this value type. |
java.util.Date |
parse(java.lang.String s)
Parses the given string and returns a date. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.util.common.ValueTypeUtilDate |
|---|
getMaximum, getMinimum, setMaximum, setMinimum |
| Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.util.common.ValueType |
|---|
getDataType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ValueTypeTime(int maxlen)
| Method Detail |
|---|
public boolean isJavaTypeSupported(java.lang.Class javaType)
isJavaTypeSupported in class ValueTypejavaType - the Java type to be checked
public java.util.Date parse(java.lang.String s)
parse in class ValueTypeUtilDates - the string to be parsed
public java.lang.String getParseMethodName()
getParseMethodName in class ValueTypeUtilDatepublic int getMaximumLength()
public java.lang.String getToStringExpression(java.lang.Class objType,
java.lang.String objName)
getToStringExpression in class ValueTypeobjType - the java type of the objectobjName - the name of the object
public java.lang.String formatDefaultValue(java.lang.String defaultValue,
java.lang.Class targetJavaType)
formatDefaultValue in class ValueTypedefaultValue - the default value from the metadatatargetJavaType - the Java type of the target attribute
public java.lang.String getFormatString()
oracle.apps.fnd.applcore.oaext.model.FlexfieldValueConverter.
getFormatString in class ValueTypeFlexfieldValueConverterpublic java.lang.String toString()
toString in class ValueType
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||