@API(type=NOT_EXTENDABLE,
src=PRIVATE)
public interface NodeDescription
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnnotation() |
java.lang.String |
getAssertions()
Returns the string representation for all assertions.
|
java.lang.String |
getFacetFractionDigitsValue()
Get the value of the
FRACTION_DIGITS facet,
can be null if it is not defined. |
java.lang.String |
getFacetLengthValue()
Get the value of the
LENGTH facet,
can be null if it is not defined. |
java.lang.String |
getFacetMaxExclusiveValue()
Get the value of the
MAX_EXCLUSIVE facet,
can be null if it is not defined. |
java.lang.String |
getFacetMaxInclusiveValue()
Get the value of the
MAX_INCLUSIVE facet,
can be null if it is not defined. |
java.lang.String |
getFacetMaxLengthValue()
Get the value of the
MAX LENGTH facet,
can be null if it is not defined. |
java.lang.String |
getFacetMinExclusiveValue()
Get the value of the
MIN_EXCLUSIVE facet,
can be null if it is not defined. |
java.lang.String |
getFacetMinInclusiveValue()
Get the value of the
MIN_INCLUSIVE facet,
can be null if it is not defined. |
java.lang.String |
getFacetMinLengthValue()
Get the value of the
MIN LENGTH facet,
can be null if it is not defined. |
java.lang.String |
getFacetPattern()
Get the value of the
PATTERN facets as String ,
can be null if is not defined. |
java.lang.String |
getFacetTotalDigitsValue()
Get the value of the
TOTAL_DIGITS facet,
can be null if it is not defined. |
java.lang.String |
getFacetWhitespaceValue()
Get the value of the
WHITESPACE facet,
can be null if it is not defined. |
java.lang.String |
getModelDescription()
Get the model description.
|
java.lang.String |
getName()
Get the node(attribute or element) name.
|
java.lang.String |
getOpenContentMode()
Returns the mode of the open content.
|
java.lang.String |
getOpenContentWildcardDescription()
Returns the description for the open content wildcard.
|
java.util.List<java.lang.String> |
getPossibleValues()
Get the possible values as a list of
String values. |
void |
setAssertions(java.lang.String assertionsDescription)
Sets the string representation for the node type assertions.
|
void |
setFacetFractionDigitsValue(java.lang.String fractionDigitsFacetValue)
Set the value of the
FRACTION_DIGITS facet. |
void |
setFacetLengthValue(java.lang.String lengthFacetValue)
Set the value of the
LENGTH facet. |
void |
setFacetMaxExclusiveValue(java.lang.String maxExclusiveFacetValue)
Set the value of the
MAX_EXCLUSIVE facet. |
void |
setFacetMaxInclusiveValue(java.lang.String maxInclusiveFacetValue)
Set the value of the
MAX_INCLUSIVE facet. |
void |
setFacetMaxLengthValue(java.lang.String maxLengthFacetValue)
Set the value of the
MAX_LENGTH facet. |
void |
setFacetMinExclusiveValue(java.lang.String minExclusiveFacetValue)
Set the value of the
MIN_EXCLUSIVE facet. |
void |
setFacetMinInclusiveValue(java.lang.String minInclusiveFacetValue)
Set the value of the
MIN_INCLUSIVE facet. |
void |
setFacetMinLengthValue(java.lang.String minLengthFacetValue)
Set the value of the
MIN_LENGTH facet. |
void |
setFacetPattern(java.lang.String patternFacets)
Set the value of the
PATTERN facets. |
void |
setFacetTotalDigitsValue(java.lang.String totalDigitsFacetValue)
Set the value of the
TOTAL_DIGITS facet. |
void |
setFacetWhitespaceValue(java.lang.String whitespaceFacetValue)
Set the value of the
WHITESPACE facet. |
void |
setModelDescription(java.lang.String modelDescription)
Set the model description for the node.
|
void |
setOpenContentMode(java.lang.String mode)
Sets the mode of the open content.
|
void |
setOpenContentWildcardDescription(java.lang.String wildcardDescription)
Sets the description for the open content wildcard.
|
void |
setPossiblesValues(java.util.List<java.lang.String> possiblesValues)
Set the list of possible values for the node.
|
java.lang.String getName()
java.util.List<java.lang.String> getPossibleValues()
String
values.java.lang.String getModelDescription()
java.lang.String getFacetLengthValue()
LENGTH
facet,
can be null
if it is not defined.LENGTH
facet.java.lang.String getFacetMinLengthValue()
MIN LENGTH
facet,
can be null
if it is not defined.MIN LENGTH
facet.java.lang.String getFacetMaxLengthValue()
MAX LENGTH
facet,
can be null
if it is not defined.MAX LENGTH
facet.java.lang.String getFacetWhitespaceValue()
WHITESPACE
facet,
can be null
if it is not defined.WHITESPACE
facet.java.lang.String getFacetMinInclusiveValue()
MIN_INCLUSIVE
facet,
can be null
if it is not defined.MIN_INCLUSIVE
facet.java.lang.String getFacetMinExclusiveValue()
MIN_EXCLUSIVE
facet,
can be null
if it is not defined.MIN_EXCLUSIVE
facet.java.lang.String getFacetMaxInclusiveValue()
MAX_INCLUSIVE
facet,
can be null
if it is not defined.MAX_INCLUSIVE
facet.java.lang.String getFacetMaxExclusiveValue()
MAX_EXCLUSIVE
facet,
can be null
if it is not defined.MAX_EXCLUSIVE
facet.java.lang.String getFacetTotalDigitsValue()
TOTAL_DIGITS
facet,
can be null
if it is not defined.TOTAL_DIGITS
facet.java.lang.String getFacetFractionDigitsValue()
FRACTION_DIGITS
facet,
can be null
if it is not defined.FRACTION_DIGITS
facet.void setFacetFractionDigitsValue(java.lang.String fractionDigitsFacetValue)
FRACTION_DIGITS
facet.fractionDigitsFacetValue
- The value of the FRACTION_DIGITS
facet to set.void setFacetMaxExclusiveValue(java.lang.String maxExclusiveFacetValue)
MAX_EXCLUSIVE
facet.maxExclusiveFacetValue
- The value of the MAX_EXCLUSIVE
facet to set.void setFacetMaxInclusiveValue(java.lang.String maxInclusiveFacetValue)
MAX_INCLUSIVE
facet.maxInclusiveFacetValue
- The value of the MAX_INCLUSIVE
facet to set.void setFacetMaxLengthValue(java.lang.String maxLengthFacetValue)
MAX_LENGTH
facet.maxLengthFacetValue
- The value of the MAX_LENGTH
facet to set.void setFacetMinInclusiveValue(java.lang.String minInclusiveFacetValue)
MIN_INCLUSIVE
facet.minInclusiveFacetValue
- The value of the MIN_INCLUSIVE
facet to set.void setPossiblesValues(java.util.List<java.lang.String> possiblesValues)
possiblesValues
- The list with possible (String
) values.void setFacetTotalDigitsValue(java.lang.String totalDigitsFacetValue)
TOTAL_DIGITS
facet.totalDigitsFacetValue
- The value of the TOTAL_DIGITS
facet to set.void setFacetWhitespaceValue(java.lang.String whitespaceFacetValue)
WHITESPACE
facet.whitespaceFacetValue
- The value of the WHITESPACE
facet to set.void setModelDescription(java.lang.String modelDescription)
modelDescription
- The modelDescription to set.void setFacetLengthValue(java.lang.String lengthFacetValue)
LENGTH
facet.lengthFacetValue
- The value of the LENGTH
facet to set.void setFacetMinLengthValue(java.lang.String minLengthFacetValue)
MIN_LENGTH
facet.minLengthFacetValue
- The value of the MIN_LENGTH
facet to set.void setFacetMinExclusiveValue(java.lang.String minExclusiveFacetValue)
MIN_EXCLUSIVE
facet.minExclusiveFacetValue
- The value of the MIN_EXCLUSIVE
facet to set.java.lang.String getFacetPattern()
PATTERN
facets as String
,
can be null
if is not defined.PATTERN
facets as a String
.void setFacetPattern(java.lang.String patternFacets)
PATTERN
facets.patternFacets
- The value of the PATTERN
facets to set.java.lang.String getAnnotation()
null
.void setAssertions(java.lang.String assertionsDescription)
assertionsDescription
- The string representing all assertions.java.lang.String getAssertions()
void setOpenContentMode(java.lang.String mode)
mode
- The mode of the open content.java.lang.String getOpenContentMode()
void setOpenContentWildcardDescription(java.lang.String wildcardDescription)
wildcardDescription
- The wildcard description.java.lang.String getOpenContentWildcardDescription()
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.