public interface ConversionOptions
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDateConversionType()
Returns the value of the 'Date Conversion Type' attribute.
|
boolean |
isCoreUniversesIncluded()
Returns the value of the 'Core Universes Included' attribute.
|
boolean |
isOverwritten()
Returns the value of the 'Overwritten' attribute.
|
boolean |
isPromptConverted()
Returns the value of the 'Prompt Converted' attribute.
|
void |
setCoreUniversesIncluded(boolean value)
Sets the value of the '
Core Universes Included' attribute. |
void |
setDateConversionType(DataType value)
Sets the value of the '
Date Conversion Type' attribute. |
void |
setOverwritten(boolean value)
Sets the value of the '
Overwritten' attribute. |
void |
setPromptConverted(boolean value)
Sets the value of the '
Prompt Converted' attribute. |
boolean isPromptConverted()
"false".
true to create the parameter prompt in the business layer during conversion
false to keep the universe prompt definition into the business object
setPromptConverted(boolean)void setPromptConverted(boolean value)
Prompt Converted' attribute.
true to create the parameter prompt in the business layer during conversion
false to keep the universe prompt definition into the business object
value - the new value of the 'Prompt Converted' attribute.isPromptConverted()DataType getDateConversionType()
"DateTime".
The literals are from the enumeration DataType.
DateTime to keep time in date
Date to remove time from date
DataType,
setDateConversionType(DataType)void setDateConversionType(DataType value)
Date Conversion Type' attribute.
DateTime to keep time in date
Date to remove time from date
value - the new value of the 'Date Conversion Type' attribute.DataType,
getDateConversionType()boolean isCoreUniversesIncluded()
"true".
true to include the existing core universes into the converted linked universe
false to convert the linked universe and its core universes
setCoreUniversesIncluded(boolean)void setCoreUniversesIncluded(boolean value)
Core Universes Included' attribute.
true to include the existing core universes into the converted linked universe
false to convert the linked universe and its core universes
value - the new value of the 'Core Universes Included' attribute.isCoreUniversesIncluded()boolean isOverwritten()
"true".
true to replace the universe that is already in the CMS repository during conversion
false to keep the universe that is in the CMS repository
setOverwritten(boolean)void setOverwritten(boolean value)
Overwritten' attribute.
true to replace the universe that is already in the CMS repository during conversion
false to keep the universe that is in the CMS repository
value - the new value of the 'Overwritten' attribute.isOverwritten()