
public class OPropertyDistributed extends OPropertyEmbedded
OProperty.ATTRIBUTEScollate, customFields, defaultValue, description, document, globalRef, linkedClass, linkedType, mandatory, max, min, notNull, owner, readonly, regexp| Constructor and Description |
|---|
OPropertyDistributed(OClassImpl owner) |
OPropertyDistributed(OClassImpl owner,
ODocument document) |
OPropertyDistributed(OClassImpl oClassImpl,
OGlobalProperty global) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCustom() |
OProperty |
setCollate(String collate) |
OPropertyImpl |
setCustom(String name,
String value) |
OPropertyImpl |
setDefaultValue(String defaultValue) |
OPropertyImpl |
setDescription(String iDescription) |
OPropertyImpl |
setLinkedClass(OClass linkedClass) |
OProperty |
setLinkedType(OType linkedType) |
OPropertyImpl |
setMandatory(boolean isMandatory) |
OPropertyImpl |
setMax(String max) |
OPropertyImpl |
setMin(String min) |
OProperty |
setName(String name) |
OPropertyImpl |
setNotNull(boolean isNotNull) |
OPropertyImpl |
setReadonly(boolean isReadonly) |
OPropertyImpl |
setRegexp(String regexp) |
OPropertyImpl |
setType(OType type)
Change the type.
|
clearCustomInternal, setCollateInternal, setCustomInternal, setDefaultValueInternal, setDescriptionInternal, setLinkedClassInternal, setLinkedTypeInternal, setMandatoryInternal, setMaxInternal, setMinInternal, setNameInternal, setNotNullInternal, setReadonlyInternal, setRegexpInternal, setTypeInternalacquireSchemaReadLock, acquireSchemaWriteLock, checkEmbedded, checkForDateFormat, checkLinkTypeSupport, checkSupportLinkedClass, compareTo, createIndex, createIndex, createIndex, createIndex, dropIndexes, dropIndexesInternal, equals, fromStream, fromStream, get, getAllIndexes, getCollate, getCustom, getCustomInternal, getCustomKeys, getDatabase, getDefaultValue, getDescription, getFullName, getFullNameQuoted, getId, getIndex, getIndexes, getLinkedClass, getLinkedType, getMax, getMin, getName, getOwnerClass, getRegexp, getType, hashCode, isDistributedCommand, isIndexed, isMandatory, isNotNull, isReadonly, quoteString, releaseSchemaReadLock, releaseSchemaWriteLock, removeCustom, set, setCollate, toNetworkStream, toStream, toStringpublic OPropertyDistributed(OClassImpl owner)
public OPropertyDistributed(OClassImpl owner, ODocument document)
public OPropertyDistributed(OClassImpl oClassImpl, OGlobalProperty global)
public OPropertyImpl setType(OType type)
OPropertysetType in interface OPropertysetType in class OPropertyEmbeddedpublic OProperty setName(String name)
setName in interface OPropertysetName in class OPropertyEmbeddedpublic OPropertyImpl setDescription(String iDescription)
setDescription in interface OPropertysetDescription in class OPropertyEmbeddedpublic OProperty setCollate(String collate)
setCollate in interface OPropertysetCollate in class OPropertyEmbeddedpublic void clearCustom()
clearCustom in interface OPropertyclearCustom in class OPropertyEmbeddedpublic OPropertyImpl setCustom(String name, String value)
setCustom in interface OPropertysetCustom in class OPropertyEmbeddedpublic OPropertyImpl setRegexp(String regexp)
setRegexp in interface OPropertysetRegexp in class OPropertyEmbeddedpublic OPropertyImpl setLinkedClass(OClass linkedClass)
setLinkedClass in interface OPropertysetLinkedClass in class OPropertyEmbeddedpublic OProperty setLinkedType(OType linkedType)
setLinkedType in interface OPropertysetLinkedType in class OPropertyEmbeddedpublic OPropertyImpl setNotNull(boolean isNotNull)
setNotNull in interface OPropertysetNotNull in class OPropertyEmbeddedpublic OPropertyImpl setDefaultValue(String defaultValue)
setDefaultValue in interface OPropertysetDefaultValue in class OPropertyEmbeddeddefaultValue - can be nullOProperty.getDefaultValue()public OPropertyImpl setMax(String max)
setMax in interface OPropertysetMax in class OPropertyEmbeddedmax - can be nullOProperty.getMax()public OPropertyImpl setMin(String min)
setMin in interface OPropertysetMin in class OPropertyEmbeddedmin - can be nullOProperty.getMin()public OPropertyImpl setReadonly(boolean isReadonly)
setReadonly in interface OPropertysetReadonly in class OPropertyEmbeddedpublic OPropertyImpl setMandatory(boolean isMandatory)
setMandatory in interface OPropertysetMandatory in class OPropertyEmbeddedCopyright © 2009–2025 OrientDB. All rights reserved.