org.eclipse.xsd
Interface XSDOrderedFacet

All Superinterfaces:
XSDComponent, XSDConcreteComponent, XSDFacet, XSDFundamentalFacet
All Known Implementing Classes:
XSDOrderedFacetImpl

public interface XSDOrderedFacet
extends XSDFundamentalFacet

A representation of the model object 'Ordered Facet'.

The following features are supported:

See Also:
XSDPackage.getXSDOrderedFacet()

Method Summary
 XSDOrdered getValue()
          Returns the value of the 'Value' attribute.
 void setValue(XSDOrdered value)
          Sets the value of the 'Value' attribute
 
Methods inherited from interface org.eclipse.xsd.XSDFacet
getAnnotation, getEffectiveValue, getFacetName, getLexicalValue, getSimpleTypeDefinition, setAnnotation, setLexicalValue
 
Methods inherited from interface org.eclipse.xsd.XSDConcreteComponent
clearDiagnostics, cloneConcreteComponent, contains, elementAttributesChanged, elementChanged, elementContentsChanged, getComponentsWithApplicationInformation, getComponentsWithUserInformation, getContainer, getDiagnostics, getElement, getRootContainer, getSchema, resolveAttributeDeclaration, resolveAttributeDeclaration, resolveAttributeDeclarationURI, resolveAttributeGroupDefinition, resolveAttributeGroupDefinition, resolveAttributeGroupDefinitionURI, resolveComplexTypeDefinition, resolveComplexTypeDefinition, resolveComplexTypeDefinitionURI, resolveElementDeclaration, resolveElementDeclaration, resolveElementDeclarationURI, resolveIdentityConstraintDefinition, resolveIdentityConstraintDefinition, resolveIdentityConstraintDefinitionURI, resolveModelGroupDefinition, resolveModelGroupDefinition, resolveModelGroupDefinitionURI, resolveNotationDeclaration, resolveNotationDeclaration, resolveNotationDeclarationURI, resolveSimpleTypeDefinition, resolveSimpleTypeDefinition, resolveSimpleTypeDefinitionURI, resolveTypeDefinition, resolveTypeDefinition, resolveTypeDefinitionURI, setElement, updateElement, updateElement, validate
 

Method Detail

getValue

public XSDOrdered getValue()
Returns the value of the 'Value' attribute. The literals are from the enumeration XSDOrdered.

This represents the value infoset property. It is computed and should typically not be set directly.

Returns:
the value of the 'Value' attribute.
See Also:
XSDOrdered, setValue(XSDOrdered), XSDPackage.getXSDOrderedFacet_Value()

setValue

public void setValue(XSDOrdered value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
XSDOrdered, getValue()

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.