COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.validation.internal.databuilders
Class AcyclicDataTypesList

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.eclipse.cosmos.rm.validation.internal.databuilders.AbstractDataBuilder
          extended by org.eclipse.cosmos.rm.validation.internal.databuilders.AbstractPropertyExtractor
              extended by org.eclipse.cosmos.rm.validation.internal.databuilders.AcyclicDataTypesList
All Implemented Interfaces:
IDataBuilder, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class AcyclicDataTypesList
extends AbstractPropertyExtractor

This data structure stores a list of elements that are of type acyclic.


Field Summary
static java.lang.String ID
          The ID of this data type builder
 
Fields inherited from class org.eclipse.cosmos.rm.validation.internal.databuilders.AbstractPropertyExtractor
elementName
 
Fields inherited from class org.eclipse.cosmos.rm.validation.internal.databuilders.AbstractDataBuilder
locator
 
Constructor Summary
AcyclicDataTypesList()
          Constructor
 
Method Summary
protected  java.lang.String getValueToStoreNS()
           
 
Methods inherited from class org.eclipse.cosmos.rm.validation.internal.databuilders.AbstractPropertyExtractor
getDataStructure, getMapDataStructure, getPhase, startElement
 
Methods inherited from class org.eclipse.cosmos.rm.validation.internal.databuilders.AbstractDataBuilder
appendToErrorMessage, comment, endDefinitions, endElement, endInstances, getCurrentPhase, getDefaultNamespace, getErrorMessage, getFilePath, getPrefixMap, getTargetNamespace, isStructureValid, setDefaultNamespace, setDocumentLocator, setErrorMessage, setFilePath, setPrefixMap, setStructureValidity, setTargetNamespace, startDefinitions, startInstances, tokenizeName
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.cosmos.rm.validation.internal.databuilders.IDataBuilder
endDefinitions, endInstances, getErrorMessage, getFilePath, isStructureValid, setErrorMessage, setFilePath, setStructureValidity, startDefinitions, startInstances
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
 

Field Detail

ID

public static final java.lang.String ID
The ID of this data type builder

See Also:
Constant Field Values
Constructor Detail

AcyclicDataTypesList

public AcyclicDataTypesList()
Constructor

Method Detail

getValueToStoreNS

protected java.lang.String getValueToStoreNS()
Overrides:
getValueToStoreNS in class AbstractPropertyExtractor

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification