public class JavaDateFormatSpecifierImpl extends FormatSpecifierImpl implements JavaDateFormatSpecifier
The following features are implemented:
Modifier and Type | Method and Description |
---|---|
JavaDateFormatSpecifier |
copyInstance() |
static JavaDateFormatSpecifier |
create(java.lang.String sJavaPattern)
A convenience methods provided to create an initialized
JavaDateFormatSpecifier instance
NOTE: Manually written
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
java.lang.String |
format(Calendar c,
java.util.Locale lcl)
Formats a calendar value using the Java date format pattern
NOTE: Manually written
|
java.lang.String |
format(Calendar c,
ULocale lcl)
Formats a calendar value using the Java date format pattern
NOTE: Manually written
|
java.lang.String |
getPattern() |
void |
setPattern(java.lang.String newPattern) |
java.lang.String |
toString() |
public java.lang.String getPattern()
getPattern
in interface JavaDateFormatSpecifier
JavaDateFormatSpecifier.setPattern(String)
,
AttributePackage.getJavaDateFormatSpecifier_Pattern()
public void setPattern(java.lang.String newPattern)
setPattern
in interface JavaDateFormatSpecifier
newPattern
- the new value of the 'Pattern' attribute.JavaDateFormatSpecifier.getPattern()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
public static JavaDateFormatSpecifier create(java.lang.String sJavaPattern)
sJavaPattern
- public java.lang.String format(Calendar c, ULocale lcl)
JavaDateFormatSpecifier
format
in interface JavaDateFormatSpecifier
public java.lang.String format(Calendar c, java.util.Locale lcl)
JavaDateFormatSpecifier
format
in interface JavaDateFormatSpecifier
public JavaDateFormatSpecifier copyInstance()
copyInstance
in interface FormatSpecifier
copyInstance
in interface JavaDateFormatSpecifier
copyInstance
in interface IChartObject
copyInstance
in class FormatSpecifierImpl
Copyright © 2014 OpenText Corp. All rights reserved.