|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeDescription
Node description is in fact a collection of properties for a node. The node can be either an attribute or an element.
Method Summary | |
---|---|
java.lang.String |
getAnnotation()
|
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.util.List<java.lang.String> |
getPossibleValues()
Get the possible values as a list of String values. |
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 |
setPossiblesValues(java.util.List<java.lang.String> possiblesValues)
Set the list of possible values for the node. |
Method Detail |
---|
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
.
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |