public class DynamicDateFacet extends VirtualFacet implements com.exalead.util.Checkable, java.io.Serializable
VirtualFacet.Transformer<T>, VirtualFacet.Visitor
Facet.FromDataModel, Facet.Implementation, Facet.RefinementPolicy, Facet.Type
FacetView.SortFunction
virtualRoot
additionalFacetView, aggregationFunction, dataModelClass, dataModelProperty, dataModelState, DEFAULT_IMPLEMENTATION, DEFAULT_IN_HITS, DEFAULT_IN_NAVIGATION, DEFAULT_MAX_SLICE_CATEGORIES, DEFAULT_REFINEMENT_POLICY, fromDataModel, id, implementation, index, inHits, inNavigation, maxSliceCategories, refinementPolicy, type
aggregateScores, DEFAULT_AGGREGATE_SCORES, DEFAULT_MAX_CATEGORIES, DEFAULT_MAX_CATEGORIES_PER_LEVEL, DEFAULT_MIN_DOCS_PER_CATEGORY, DEFAULT_REVERSE, DEFAULT_SORT_FUNCTION, explicitSortOrderValues, maxCategories, maxCategoriesPerLevel, minDocsPerCategory, reverse, sortAggregationFunction, sortFunction
Constructor and Description |
---|
DynamicDateFacet() |
DynamicDateFacet(DynamicDateFacet o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(Facet.Transformer<T> transformer,
T[] t) |
void |
accept(Facet.Visitor visitor) |
<T> T |
accept(FacetView.Transformer<T> transformer,
T[] t) |
void |
accept(FacetView.Visitor visitor) |
<T> T |
accept(VirtualFacet.Transformer<T> transformer,
T[] t) |
void |
accept(VirtualFacet.Visitor visitor) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this DynamicDateFacet.
|
static DynamicDateFacet |
fromString(java.lang.String s)
String representation of this DynamicDateFacet.
|
java.lang.String |
getDayOutputFormat()
The output format used to generate day-based categories.
|
java.lang.String |
getExpr()
The date field or virtual expr to use.
|
java.lang.String |
getHourOutputFormat()
The output format used to generate hour-based categories.
|
java.lang.String |
getMinuteOutputFormat()
The output format used to generate minute-based categories.
|
java.lang.String |
getMonthOutputFormat()
The output format used to generate month-based categories.
|
java.lang.String |
getQuarterOutputFormat()
The output format used to generate quarter-based categories (use %Q to specify the quarter number).
|
java.lang.String |
getSecondOutputFormat()
The output format used to generate second-based categories.
|
java.lang.String |
getWeekOutputFormat()
The output format used to generate week-based categories.
|
java.lang.String |
getYearOutputFormat()
The output format used to generate year-based categories.
|
boolean |
isEnableDayLevel()
Enables the day level
|
boolean |
isEnableHourLevel()
Enables the hour level
|
boolean |
isEnableISO8601Compliance()
Enables the ISO 8601 standard instead of the American standard.
In ISO 8601, weeks start on Monday and a few rules determine the first and last weeks of each year. Use compatible Output formats. |
boolean |
isEnableMinuteLevel()
Enables the minute level
|
boolean |
isEnableMonthLevel()
Enables the month level
|
boolean |
isEnableQuarterLevel()
Enables the quarter level
|
boolean |
isEnableSecondLevel()
Enables the second level
|
boolean |
isEnableWeekLevel()
Enables the week level
|
boolean |
isEnableYearLevel()
Enables the year level
|
boolean |
isGenerateMissingIntervals()
Generates missing dates setting their count to 0 and aggregation values to NO_VALUE
|
DynamicDateFacet |
makeCopy()
Creates and returns a deep copy of this DynamicDateFacet.
|
static DynamicDateFacet |
readFrom(java.io.InputStream is)
Read this DynamicDateFacet from an XML fragment.
|
void |
setDayOutputFormat(java.lang.String dayOutputFormat)
The output format used to generate day-based categories.
|
void |
setEnableDayLevel(boolean enableDayLevel)
Enables the day level
|
void |
setEnableHourLevel(boolean enableHourLevel)
Enables the hour level
|
void |
setEnableISO8601Compliance(boolean enableISO8601Compliance)
Enables the ISO 8601 standard instead of the American standard.
In ISO 8601, weeks start on Monday and a few rules determine the first and last weeks of each year. Use compatible Output formats. |
void |
setEnableMinuteLevel(boolean enableMinuteLevel)
Enables the minute level
|
void |
setEnableMonthLevel(boolean enableMonthLevel)
Enables the month level
|
void |
setEnableQuarterLevel(boolean enableQuarterLevel)
Enables the quarter level
|
void |
setEnableSecondLevel(boolean enableSecondLevel)
Enables the second level
|
void |
setEnableWeekLevel(boolean enableWeekLevel)
Enables the week level
|
void |
setEnableYearLevel(boolean enableYearLevel)
Enables the year level
|
void |
setExpr(java.lang.String expr)
The date field or virtual expr to use.
|
void |
setGenerateMissingIntervals(boolean generateMissingIntervals)
Generates missing dates setting their count to 0 and aggregation values to NO_VALUE
|
void |
setHourOutputFormat(java.lang.String hourOutputFormat)
The output format used to generate hour-based categories.
|
void |
setMinuteOutputFormat(java.lang.String minuteOutputFormat)
The output format used to generate minute-based categories.
|
void |
setMonthOutputFormat(java.lang.String monthOutputFormat)
The output format used to generate month-based categories.
|
void |
setQuarterOutputFormat(java.lang.String quarterOutputFormat)
The output format used to generate quarter-based categories (use %Q to specify the quarter number).
|
void |
setSecondOutputFormat(java.lang.String secondOutputFormat)
The output format used to generate second-based categories.
|
void |
setWeekOutputFormat(java.lang.String weekOutputFormat)
The output format used to generate week-based categories.
|
void |
setYearOutputFormat(java.lang.String yearOutputFormat)
The output format used to generate year-based categories.
|
java.lang.String |
toString()
String representation of this DynamicDateFacet.
|
DynamicDateFacet |
withAdditionalFacetView(AdditionalFacetView... __values) |
DynamicDateFacet |
withAdditionalFacetView(java.util.Collection<AdditionalFacetView> __values) |
DynamicDateFacet |
withAggregateScores(boolean aggregateScores)
Deprecated.
|
DynamicDateFacet |
withAggregateScores(java.lang.Boolean aggregateScores)
Deprecated.
|
DynamicDateFacet |
withAggregationFunction(AggregationFunction... __values)
A numerical computation to perform on hits matching each value of the facet.
|
DynamicDateFacet |
withAggregationFunction(java.util.Collection<AggregationFunction> __values) |
DynamicDateFacet |
withDataModelClass(java.lang.String dataModelClass) |
DynamicDateFacet |
withDataModelProperty(java.lang.String dataModelProperty) |
DynamicDateFacet |
withDataModelState(java.lang.String dataModelState) |
DynamicDateFacet |
withDayOutputFormat(java.lang.String dayOutputFormat) |
DynamicDateFacet |
withEnableDayLevel(boolean enableDayLevel) |
DynamicDateFacet |
withEnableDayLevel(java.lang.Boolean enableDayLevel) |
DynamicDateFacet |
withEnableHourLevel(boolean enableHourLevel) |
DynamicDateFacet |
withEnableHourLevel(java.lang.Boolean enableHourLevel) |
DynamicDateFacet |
withEnableISO8601Compliance(boolean enableISO8601Compliance) |
DynamicDateFacet |
withEnableISO8601Compliance(java.lang.Boolean enableISO8601Compliance) |
DynamicDateFacet |
withEnableMinuteLevel(boolean enableMinuteLevel) |
DynamicDateFacet |
withEnableMinuteLevel(java.lang.Boolean enableMinuteLevel) |
DynamicDateFacet |
withEnableMonthLevel(boolean enableMonthLevel) |
DynamicDateFacet |
withEnableMonthLevel(java.lang.Boolean enableMonthLevel) |
DynamicDateFacet |
withEnableQuarterLevel(boolean enableQuarterLevel) |
DynamicDateFacet |
withEnableQuarterLevel(java.lang.Boolean enableQuarterLevel) |
DynamicDateFacet |
withEnableSecondLevel(boolean enableSecondLevel) |
DynamicDateFacet |
withEnableSecondLevel(java.lang.Boolean enableSecondLevel) |
DynamicDateFacet |
withEnableWeekLevel(boolean enableWeekLevel) |
DynamicDateFacet |
withEnableWeekLevel(java.lang.Boolean enableWeekLevel) |
DynamicDateFacet |
withEnableYearLevel(boolean enableYearLevel) |
DynamicDateFacet |
withEnableYearLevel(java.lang.Boolean enableYearLevel) |
DynamicDateFacet |
withExplicitSortOrderValues(java.lang.String explicitSortOrderValues) |
DynamicDateFacet |
withExpr(java.lang.String expr) |
DynamicDateFacet |
withFromDataModel(Facet fromDataModel) |
DynamicDateFacet |
withGenerateMissingIntervals(boolean generateMissingIntervals) |
DynamicDateFacet |
withGenerateMissingIntervals(java.lang.Boolean generateMissingIntervals) |
DynamicDateFacet |
withHourOutputFormat(java.lang.String hourOutputFormat) |
DynamicDateFacet |
withId(java.lang.String id) |
DynamicDateFacet |
withImplementation(java.lang.String implementation) |
DynamicDateFacet |
withIndex(int index) |
DynamicDateFacet |
withIndex(java.lang.Integer index) |
DynamicDateFacet |
withInHits(boolean inHits) |
DynamicDateFacet |
withInHits(java.lang.Boolean inHits) |
DynamicDateFacet |
withInNavigation(boolean inNavigation) |
DynamicDateFacet |
withInNavigation(java.lang.Boolean inNavigation) |
DynamicDateFacet |
withMaxCategories(int maxCategories) |
DynamicDateFacet |
withMaxCategories(java.lang.Integer maxCategories) |
DynamicDateFacet |
withMaxCategoriesPerLevel(int maxCategoriesPerLevel) |
DynamicDateFacet |
withMaxCategoriesPerLevel(java.lang.Integer maxCategoriesPerLevel) |
DynamicDateFacet |
withMaxSliceCategories(int maxSliceCategories) |
DynamicDateFacet |
withMaxSliceCategories(java.lang.Integer maxSliceCategories) |
DynamicDateFacet |
withMinDocsPerCategory(int minDocsPerCategory) |
DynamicDateFacet |
withMinDocsPerCategory(java.lang.Integer minDocsPerCategory) |
DynamicDateFacet |
withMinuteOutputFormat(java.lang.String minuteOutputFormat) |
DynamicDateFacet |
withMonthOutputFormat(java.lang.String monthOutputFormat) |
DynamicDateFacet |
withQuarterOutputFormat(java.lang.String quarterOutputFormat) |
DynamicDateFacet |
withRefinementPolicy(java.lang.String refinementPolicy) |
DynamicDateFacet |
withReverse(boolean reverse) |
DynamicDateFacet |
withReverse(java.lang.Boolean reverse) |
DynamicDateFacet |
withSecondOutputFormat(java.lang.String secondOutputFormat) |
DynamicDateFacet |
withSortAggregationFunction(java.lang.String sortAggregationFunction) |
DynamicDateFacet |
withSortFunction(java.lang.String sortFunction) |
DynamicDateFacet |
withType(java.lang.String type) |
DynamicDateFacet |
withVirtualRoot(java.lang.String virtualRoot) |
DynamicDateFacet |
withWeekOutputFormat(java.lang.String weekOutputFormat) |
DynamicDateFacet |
withYearOutputFormat(java.lang.String yearOutputFormat) |
void |
writeTo(java.io.OutputStream os)
Write this DynamicDateFacet as an XML fragment
|
getVirtualRoot, setVirtualRoot
getAdditionalFacetView, getAdditionalFacetViewAsMap, getAdditionalFacetViewById, getAggregationFunction, getAggregationFunctionAsMap, getAggregationFunctionById, getDataModelClass, getDataModelProperty, getDataModelState, getFromDataModel, getId, getImplementation, getImplementationAsEnum, getIndex, getMaxSliceCategories, getRefinementPolicy, getRefinementPolicyAsEnum, getType, getTypeAsEnum, isA, isA, isA, isInHits, isInNavigation, isOneOf, isOneOf, isOneOf, removeAdditionalFacetViewById, removeAggregationFunctionById, setDataModelClass, setDataModelProperty, setDataModelState, setFromDataModel, setId, setImplementation, setImplementation, setIndex, setInHits, setInNavigation, setMaxSliceCategories, setRefinementPolicy, setRefinementPolicy, setType, setType
getExplicitSortOrderValues, getMaxCategories, getMaxCategoriesPerLevel, getMinDocsPerCategory, getSortAggregationFunction, getSortFunction, getSortFunctionAsEnum, isA, isAggregateScores, isOneOf, isReverse, setAggregateScores, setExplicitSortOrderValues, setMaxCategories, setMaxCategoriesPerLevel, setMinDocsPerCategory, setReverse, setSortAggregationFunction, setSortFunction, setSortFunction
public java.lang.String expr
public java.lang.String yearOutputFormat
public static final java.lang.String DEFAULT_YEAR_OUTPUT_FORMAT
public java.lang.String quarterOutputFormat
public static final java.lang.String DEFAULT_QUARTER_OUTPUT_FORMAT
public java.lang.String monthOutputFormat
public static final java.lang.String DEFAULT_MONTH_OUTPUT_FORMAT
public java.lang.String weekOutputFormat
public static final java.lang.String DEFAULT_WEEK_OUTPUT_FORMAT
public java.lang.String dayOutputFormat
public static final java.lang.String DEFAULT_DAY_OUTPUT_FORMAT
public java.lang.String hourOutputFormat
public static final java.lang.String DEFAULT_HOUR_OUTPUT_FORMAT
public java.lang.String minuteOutputFormat
public static final java.lang.String DEFAULT_MINUTE_OUTPUT_FORMAT
public java.lang.String secondOutputFormat
public static final java.lang.String DEFAULT_SECOND_OUTPUT_FORMAT
public boolean enableYearLevel
public static final boolean DEFAULT_ENABLE_YEAR_LEVEL
public boolean enableQuarterLevel
public static final boolean DEFAULT_ENABLE_QUARTER_LEVEL
public boolean enableMonthLevel
public static final boolean DEFAULT_ENABLE_MONTH_LEVEL
public boolean enableWeekLevel
public static final boolean DEFAULT_ENABLE_WEEK_LEVEL
public boolean enableDayLevel
public static final boolean DEFAULT_ENABLE_DAY_LEVEL
public boolean enableHourLevel
public static final boolean DEFAULT_ENABLE_HOUR_LEVEL
public boolean enableMinuteLevel
public static final boolean DEFAULT_ENABLE_MINUTE_LEVEL
public boolean enableSecondLevel
public static final boolean DEFAULT_ENABLE_SECOND_LEVEL
public boolean enableISO8601Compliance
public static final boolean DEFAULT_ENABLE_I_S_O8601_COMPLIANCE
public boolean generateMissingIntervals
public static final boolean DEFAULT_GENERATE_MISSING_INTERVALS
public DynamicDateFacet()
public DynamicDateFacet(DynamicDateFacet o)
public DynamicDateFacet withVirtualRoot(java.lang.String virtualRoot)
withVirtualRoot
in class VirtualFacet
public DynamicDateFacet withId(java.lang.String id)
withId
in class VirtualFacet
public DynamicDateFacet withType(java.lang.String type)
withType
in class VirtualFacet
public DynamicDateFacet withIndex(int index)
withIndex
in class VirtualFacet
public DynamicDateFacet withIndex(java.lang.Integer index)
withIndex
in class VirtualFacet
public DynamicDateFacet withRefinementPolicy(java.lang.String refinementPolicy)
withRefinementPolicy
in class VirtualFacet
public DynamicDateFacet withImplementation(java.lang.String implementation)
withImplementation
in class VirtualFacet
public DynamicDateFacet withDataModelState(java.lang.String dataModelState)
withDataModelState
in class VirtualFacet
public DynamicDateFacet withFromDataModel(Facet fromDataModel)
withFromDataModel
in class VirtualFacet
public DynamicDateFacet withDataModelClass(java.lang.String dataModelClass)
withDataModelClass
in class VirtualFacet
public DynamicDateFacet withDataModelProperty(java.lang.String dataModelProperty)
withDataModelProperty
in class VirtualFacet
public DynamicDateFacet withInNavigation(boolean inNavigation)
withInNavigation
in class VirtualFacet
public DynamicDateFacet withInNavigation(java.lang.Boolean inNavigation)
withInNavigation
in class VirtualFacet
public DynamicDateFacet withInHits(boolean inHits)
withInHits
in class VirtualFacet
public DynamicDateFacet withInHits(java.lang.Boolean inHits)
withInHits
in class VirtualFacet
public DynamicDateFacet withAggregationFunction(AggregationFunction... __values)
withAggregationFunction
in class VirtualFacet
public DynamicDateFacet withAggregationFunction(java.util.Collection<AggregationFunction> __values)
withAggregationFunction
in class VirtualFacet
public DynamicDateFacet withAdditionalFacetView(AdditionalFacetView... __values)
withAdditionalFacetView
in class VirtualFacet
public DynamicDateFacet withAdditionalFacetView(java.util.Collection<AdditionalFacetView> __values)
withAdditionalFacetView
in class VirtualFacet
public DynamicDateFacet withMaxSliceCategories(int maxSliceCategories)
withMaxSliceCategories
in class VirtualFacet
public DynamicDateFacet withMaxSliceCategories(java.lang.Integer maxSliceCategories)
withMaxSliceCategories
in class VirtualFacet
public DynamicDateFacet withMinDocsPerCategory(int minDocsPerCategory)
withMinDocsPerCategory
in class VirtualFacet
public DynamicDateFacet withMinDocsPerCategory(java.lang.Integer minDocsPerCategory)
withMinDocsPerCategory
in class VirtualFacet
public DynamicDateFacet withMaxCategories(int maxCategories)
withMaxCategories
in class VirtualFacet
public DynamicDateFacet withMaxCategories(java.lang.Integer maxCategories)
withMaxCategories
in class VirtualFacet
public DynamicDateFacet withMaxCategoriesPerLevel(int maxCategoriesPerLevel)
withMaxCategoriesPerLevel
in class VirtualFacet
public DynamicDateFacet withMaxCategoriesPerLevel(java.lang.Integer maxCategoriesPerLevel)
withMaxCategoriesPerLevel
in class VirtualFacet
public DynamicDateFacet withSortFunction(java.lang.String sortFunction)
withSortFunction
in class VirtualFacet
public DynamicDateFacet withSortAggregationFunction(java.lang.String sortAggregationFunction)
withSortAggregationFunction
in class VirtualFacet
public DynamicDateFacet withExplicitSortOrderValues(java.lang.String explicitSortOrderValues)
withExplicitSortOrderValues
in class VirtualFacet
public DynamicDateFacet withReverse(boolean reverse)
withReverse
in class VirtualFacet
public DynamicDateFacet withReverse(java.lang.Boolean reverse)
withReverse
in class VirtualFacet
@Deprecated public DynamicDateFacet withAggregateScores(boolean aggregateScores)
withAggregateScores
in class VirtualFacet
@Deprecated public DynamicDateFacet withAggregateScores(java.lang.Boolean aggregateScores)
withAggregateScores
in class VirtualFacet
public void setExpr(java.lang.String expr)
public java.lang.String getExpr()
public DynamicDateFacet withExpr(java.lang.String expr)
public void setYearOutputFormat(java.lang.String yearOutputFormat)
public java.lang.String getYearOutputFormat()
public DynamicDateFacet withYearOutputFormat(java.lang.String yearOutputFormat)
public void setQuarterOutputFormat(java.lang.String quarterOutputFormat)
public java.lang.String getQuarterOutputFormat()
public DynamicDateFacet withQuarterOutputFormat(java.lang.String quarterOutputFormat)
public void setMonthOutputFormat(java.lang.String monthOutputFormat)
public java.lang.String getMonthOutputFormat()
public DynamicDateFacet withMonthOutputFormat(java.lang.String monthOutputFormat)
public void setWeekOutputFormat(java.lang.String weekOutputFormat)
public java.lang.String getWeekOutputFormat()
public DynamicDateFacet withWeekOutputFormat(java.lang.String weekOutputFormat)
public void setDayOutputFormat(java.lang.String dayOutputFormat)
public java.lang.String getDayOutputFormat()
public DynamicDateFacet withDayOutputFormat(java.lang.String dayOutputFormat)
public void setHourOutputFormat(java.lang.String hourOutputFormat)
public java.lang.String getHourOutputFormat()
public DynamicDateFacet withHourOutputFormat(java.lang.String hourOutputFormat)
public void setMinuteOutputFormat(java.lang.String minuteOutputFormat)
public java.lang.String getMinuteOutputFormat()
public DynamicDateFacet withMinuteOutputFormat(java.lang.String minuteOutputFormat)
public void setSecondOutputFormat(java.lang.String secondOutputFormat)
public java.lang.String getSecondOutputFormat()
public DynamicDateFacet withSecondOutputFormat(java.lang.String secondOutputFormat)
public void setEnableYearLevel(boolean enableYearLevel)
public boolean isEnableYearLevel()
public DynamicDateFacet withEnableYearLevel(boolean enableYearLevel)
public DynamicDateFacet withEnableYearLevel(java.lang.Boolean enableYearLevel)
public void setEnableQuarterLevel(boolean enableQuarterLevel)
public boolean isEnableQuarterLevel()
public DynamicDateFacet withEnableQuarterLevel(boolean enableQuarterLevel)
public DynamicDateFacet withEnableQuarterLevel(java.lang.Boolean enableQuarterLevel)
public void setEnableMonthLevel(boolean enableMonthLevel)
public boolean isEnableMonthLevel()
public DynamicDateFacet withEnableMonthLevel(boolean enableMonthLevel)
public DynamicDateFacet withEnableMonthLevel(java.lang.Boolean enableMonthLevel)
public void setEnableWeekLevel(boolean enableWeekLevel)
public boolean isEnableWeekLevel()
public DynamicDateFacet withEnableWeekLevel(boolean enableWeekLevel)
public DynamicDateFacet withEnableWeekLevel(java.lang.Boolean enableWeekLevel)
public void setEnableDayLevel(boolean enableDayLevel)
public boolean isEnableDayLevel()
public DynamicDateFacet withEnableDayLevel(boolean enableDayLevel)
public DynamicDateFacet withEnableDayLevel(java.lang.Boolean enableDayLevel)
public void setEnableHourLevel(boolean enableHourLevel)
public boolean isEnableHourLevel()
public DynamicDateFacet withEnableHourLevel(boolean enableHourLevel)
public DynamicDateFacet withEnableHourLevel(java.lang.Boolean enableHourLevel)
public void setEnableMinuteLevel(boolean enableMinuteLevel)
public boolean isEnableMinuteLevel()
public DynamicDateFacet withEnableMinuteLevel(boolean enableMinuteLevel)
public DynamicDateFacet withEnableMinuteLevel(java.lang.Boolean enableMinuteLevel)
public void setEnableSecondLevel(boolean enableSecondLevel)
public boolean isEnableSecondLevel()
public DynamicDateFacet withEnableSecondLevel(boolean enableSecondLevel)
public DynamicDateFacet withEnableSecondLevel(java.lang.Boolean enableSecondLevel)
public void setEnableISO8601Compliance(boolean enableISO8601Compliance)
%V
for ISO 8601 instead of %U
for American, otherwise week numbering will not be consistent with grouping.public boolean isEnableISO8601Compliance()
%V
for ISO 8601 instead of %U
for American, otherwise week numbering will not be consistent with grouping.public DynamicDateFacet withEnableISO8601Compliance(boolean enableISO8601Compliance)
public DynamicDateFacet withEnableISO8601Compliance(java.lang.Boolean enableISO8601Compliance)
public void setGenerateMissingIntervals(boolean generateMissingIntervals)
public boolean isGenerateMissingIntervals()
public DynamicDateFacet withGenerateMissingIntervals(boolean generateMissingIntervals)
public DynamicDateFacet withGenerateMissingIntervals(java.lang.Boolean generateMissingIntervals)
public DynamicDateFacet makeCopy()
makeCopy
in class VirtualFacet
public static DynamicDateFacet readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class VirtualFacet
javax.xml.bind.JAXBException
java.io.IOException
public static DynamicDateFacet fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class VirtualFacet
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class VirtualFacet
com.exalead.util.TypedException
public void accept(VirtualFacet.Visitor visitor) throws com.exalead.util.TypedException
accept
in class VirtualFacet
com.exalead.util.TypedException
public void accept(Facet.Visitor visitor) throws com.exalead.util.TypedException
public void accept(FacetView.Visitor visitor) throws com.exalead.util.TypedException
public <T> T accept(VirtualFacet.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class VirtualFacet
com.exalead.util.TypedException
public <T> T accept(Facet.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
public <T> T accept(FacetView.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.