
public class OPropertyRemote extends OPropertyImpl
OProperty.ATTRIBUTEScollate, customFields, defaultValue, description, globalRef, linkedClass, linkedType, mandatory, max, min, notNull, owner, readonly, regexpdocument| Constructor and Description |
|---|
OPropertyRemote(OClassImpl oClassImpl,
OGlobalProperty global) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCustom() |
OIndex<?> |
createIndex(OClass.INDEX_TYPE iType) |
OIndex<?> |
createIndex(OClass.INDEX_TYPE iType,
ODocument metadata) |
OIndex<?> |
createIndex(String iType) |
OIndex<?> |
createIndex(String iType,
ODocument metadata) |
OPropertyImpl |
dropIndexes() |
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) |
acquireSchemaReadLock, acquireSchemaWriteLock, checkEmbedded, checkForDateFormat, checkLinkTypeSupport, checkSupportLinkedClass, compareTo, dropIndexesInternal, equals, 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, toStringfromStream, load, reload, reload, save, savegetDocument, load, load, reloadpublic OPropertyRemote(OClassImpl oClassImpl, OGlobalProperty global)
public OPropertyImpl setType(OType type)
public OPropertyImpl setDescription(String iDescription)
public void clearCustom()
public OPropertyImpl setCustom(String name, String value)
public OPropertyImpl setRegexp(String regexp)
public OPropertyImpl setLinkedClass(OClass linkedClass)
public OPropertyImpl setNotNull(boolean isNotNull)
public OPropertyImpl setDefaultValue(String defaultValue)
public OPropertyImpl setMax(String max)
public OPropertyImpl setMin(String min)
public OPropertyImpl setReadonly(boolean isReadonly)
public OPropertyImpl setMandatory(boolean isMandatory)
public OIndex<?> createIndex(String iType)
createIndex in interface OPropertycreateIndex in class OPropertyImplpublic OIndex<?> createIndex(OClass.INDEX_TYPE iType)
createIndex in interface OPropertycreateIndex in class OPropertyImplpublic OIndex<?> createIndex(String iType, ODocument metadata)
createIndex in interface OPropertycreateIndex in class OPropertyImplpublic OIndex<?> createIndex(OClass.INDEX_TYPE iType, ODocument metadata)
createIndex in interface OPropertycreateIndex in class OPropertyImplpublic OPropertyImpl dropIndexes()
dropIndexes in interface OPropertydropIndexes in class OPropertyImplCopyright © 2009–2022 OrientDB. All rights reserved.