public class XMLTypeColumnProperties extends AbstractChildDBObject
| Modifier and Type | Class and Description |
|---|---|
static class |
XMLTypeColumnProperties.StoreAs |
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
XMLTypeColumnProperties() |
| Modifier and Type | Method and Description |
|---|---|
DBObjectID |
getElementID() |
XMLTypeColumnProperties.StoreAs |
getStoreAs() |
java.lang.String |
getType()
Returns the type of this object.
|
boolean |
isAllowAnySchema() |
boolean |
isAllowNonSchema() |
void |
setAllowAnySchema(boolean allowAnySchema) |
void |
setAllowNonSchema(boolean allowNonSchema) |
void |
setElementID(DBObjectID elementID) |
void |
setStoreAs(XMLTypeColumnProperties.StoreAs storeAs) |
setParentaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, copyToImpl, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getOwnedObjectsImpl, getParent, getProperties, getProperty, getProperty, getReferenceIDs, getReferenceIDsImpl, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertypublic static final java.lang.String TYPE
public java.lang.String getType()
DBObjectpublic void setStoreAs(XMLTypeColumnProperties.StoreAs storeAs)
public XMLTypeColumnProperties.StoreAs getStoreAs()
public void setElementID(DBObjectID elementID)
public DBObjectID getElementID()
public void setAllowAnySchema(boolean allowAnySchema)
public boolean isAllowAnySchema()
public void setAllowNonSchema(boolean allowNonSchema)
public boolean isAllowNonSchema()