org.openadaptor.doxml
Class DOBuilder.DDOType

java.lang.Object
  extended by org.openadaptor.dataobjects.FixedDOType
      extended by org.openadaptor.dataobjects.SDOType
          extended by org.openadaptor.doxml.DOBuilder.DDOType
All Implemented Interfaces:
java.io.Serializable, DOType
Enclosing class:
DOBuilder

 class DOBuilder.DDOType
extends SDOType


Field Summary
 
Fields inherited from class org.openadaptor.dataobjects.SDOType
BIG_DECIMAL, BIG_INTEGER, BIGFLOAT, BIGINT, BOOLEAN, DATE, DATETIME, DOUBLE, DOVOIDSTAR, FLOAT, INT16, INT32, INT64, INTEGER, isPrimitive, JDOMDOCUMENT, LONG, OPAQUE, SHORT, STRING, TIME, version
 
Fields inherited from class org.openadaptor.dataobjects.FixedDOType
defaultTypeName, NO_HASH
 
Constructor Summary
DOBuilder.DDOType(java.lang.String name)
           
 
Method Summary
(package private)  void changeAttributeType(java.lang.String name, SDOType newType)
           
 
Methods inherited from class org.openadaptor.dataobjects.SDOType
addAttribute, addAttribute, asSDOType, copy, copy, copyRemoving, copyWithChanges, deepCopy, exampleValueForType, getPrimitiveForName, getPrimitiveTypeNamed, getPrimitiveTypes, getVersion, hasPrimitiveTypeNamed, isPrimitive, isReservedTypeName, isSubsetOf, isValid, isValidDOType, isValidDOType, isValidName, makeCopyOf, primitiveTypes, primitiveValueTypes, setVersion, toString, typeForValue, validate, validateDOType, validateDOType
 
Methods inherited from class org.openadaptor.dataobjects.FixedDOType
_addAttribute, _attribute, _changeName, _getComparisonHashtable, _replaceAttribute, attributes, calculateHashCode, copyAttribute, createAttribute, equals, equals, equals, generateDefaultName, getAttribute, getAttributeCount, getAttributeNamed, getAttributeNames, getAttributes, getName, getUIDString, hashCode, isAttributeDefined, isCollection, isEnumeration, isFixed, newInstance, objectHashCode, orderedAttributes, setFixed
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOBuilder.DDOType

DOBuilder.DDOType(java.lang.String name)
Method Detail

changeAttributeType

void changeAttributeType(java.lang.String name,
                         SDOType newType)