public class OPropertyEmbedded extends OPropertyImpl
OProperty.ATTRIBUTES
collate, customFields, defaultValue, description, document, globalRef, linkedClass, linkedType, mandatory, max, min, notNull, owner, readonly, regexp
Modifier | Constructor and Description |
---|---|
protected |
OPropertyEmbedded(OClassImpl owner) |
protected |
OPropertyEmbedded(OClassImpl owner,
ODocument document) |
protected |
OPropertyEmbedded(OClassImpl oClassImpl,
OGlobalProperty global) |
acquireSchemaReadLock, 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, toString
protected OPropertyEmbedded(OClassImpl owner)
protected OPropertyEmbedded(OClassImpl owner, ODocument document)
protected OPropertyEmbedded(OClassImpl oClassImpl, OGlobalProperty global)
public OPropertyImpl setType(OType type)
OProperty
protected void setTypeInternal(OType iType)
iType
- protected void setNameInternal(String name)
public OPropertyImpl setDescription(String iDescription)
protected void setDescriptionInternal(String iDescription)
public void clearCustom()
protected void clearCustomInternal()
public OPropertyImpl setCustom(String name, String value)
public OPropertyImpl setRegexp(String regexp)
protected void setRegexpInternal(String regexp)
public OPropertyImpl setLinkedClass(OClass linkedClass)
protected void setLinkedClassInternal(OClass iLinkedClass)
protected void setLinkedTypeInternal(OType iLinkedType)
public OPropertyImpl setNotNull(boolean isNotNull)
protected void setNotNullInternal(boolean isNotNull)
public OPropertyImpl setDefaultValue(String defaultValue)
defaultValue
- can be nullOProperty.getDefaultValue()
protected void setDefaultValueInternal(String defaultValue)
public OPropertyImpl setMax(String max)
max
- can be nullOProperty.getMax()
protected void setMaxInternal(String max)
public OPropertyImpl setMin(String min)
min
- can be nullOProperty.getMin()
protected void setMinInternal(String min)
public OPropertyImpl setReadonly(boolean isReadonly)
protected void setReadonlyInternal(boolean isReadonly)
public OPropertyImpl setMandatory(boolean isMandatory)
protected void setMandatoryInternal(boolean isMandatory)
Copyright © 2009–2020 OrientDB. All rights reserved.