Package org.w3._2001.schema
Interface Facet
- All Known Subinterfaces:
NoFixedFacet,NumFacet,PatternType,TotalDigitsType,WhiteSpaceType
- All Known Implementing Classes:
FacetImpl,NoFixedFacetImpl,NumFacetImpl,PatternTypeImpl,TotalDigitsTypeImpl,WhiteSpaceTypeImpl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value of the 'Value' attribute.booleanisFixed()Returns the value of the 'Fixed' attribute.booleanReturns whether the value of the 'Fixed' attribute is set.voidsetFixed(boolean value) Sets the value of the 'Fixed' attribute.voidSets the value of the 'Value' attribute.voidUnsets the value of the 'Fixed' attribute.Methods inherited from interface Annotated
getAnnotation, getId, setAnnotation, setIdMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
isFixed
boolean isFixed()Returns the value of the 'Fixed' attribute. The default value is"false".- Returns:
- the value of the 'Fixed' attribute.
- See Also:
-
setFixed
void setFixed(boolean value) Sets the value of the 'Fixed' attribute.- Parameters:
value- the new value of the 'Fixed' attribute.- See Also:
-
unsetFixed
void unsetFixed()Unsets the value of the 'Fixed' attribute.- See Also:
-
isSetFixed
boolean isSetFixed()Returns whether the value of the 'Fixed' attribute is set.- Returns:
- whether the value of the 'Fixed' attribute is set.
- See Also:
-
getValue
Object getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
-