|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.jack.baseDb.db.DbSemanticalObject
org.modelsphere.sms.db.DbSMSSemanticalObject
org.modelsphere.sms.db.DbSMSClassifier
org.modelsphere.sms.db.DbSMSTypeClassifier
org.modelsphere.sms.or.db.DbORTypeClassifier
org.modelsphere.sms.or.db.DbORDomain
public final class DbORDomain
Direct subclass(es)/subinterface(s) : none.
Composites : DbORDomainModel.
Components : DbORAllowableValue, DbORField, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fCaseSensitive
|
static MetaField |
fCategory
|
static MetaRelationN |
fFields
|
static MetaField |
fLength
|
static MetaRelationN |
fMethods
|
static MetaField |
fNbDecimal
|
static MetaField |
fNull
|
static MetaRelation1 |
fOoSourceType
|
static MetaField |
fOrderedCollection
|
static MetaRelationN |
fParameters
|
static MetaField |
fPropagated
|
static MetaField |
fReference
|
static MetaRelation1 |
fSourceType
|
static MetaRelationN |
fSubDomains
|
static MetaRelation1 |
fSuperDomain
|
static MetaRelation1 |
fUser
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.db.DbORTypeClassifier |
---|
fCommonItems, fDomains, fReturnTypedProcedures, fTypedAttributes, fTypedParameters |
Fields inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
fClassifierGos |
Fields inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
fObjectImports, fSourceLinks, fSubCopies, fSuperCopy, fTargetLinks, fUmlConstraints, fUmlStereotype |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
fAdminAccessList, fAlias, fDescription, fName, fPhysicalName, fWriteAccessList |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess |
Constructor Summary | |
---|---|
DbORDomain()
Parameter-less constructor. |
|
DbORDomain(DbObject composite)
Creates an instance of DbORDomain. |
Method Summary | |
---|---|
java.lang.Boolean |
getCaseSensitive()
Deprecated. use isCaseSensitive() method instead |
ORDomainCategory |
getCategory()
Gets the "category" of a DbORDomain's instance. |
DbRelationN |
getFields()
Gets the list of fields associated to a DbORDomain's instance. |
java.lang.Integer |
getLength()
Gets the "length" of a DbORDomain's instance. |
MetaClass |
getMetaClass()
|
DbRelationN |
getMethods()
Gets the list of methods associated to a DbORDomain's instance. |
java.lang.Integer |
getNbDecimal()
Gets the "nbr. decimals" of a DbORDomain's instance. |
java.lang.Boolean |
getNull()
Deprecated. use isNull() method instead |
DbOOAdt |
getOoSourceType()
Gets the oo source type object associated to a DbORDomain's instance. |
java.lang.Boolean |
getOrderedCollection()
Deprecated. use isOrderedCollection() method instead |
DbRelationN |
getParameters()
Gets the list of parameters associated to a DbORDomain's instance. |
java.lang.Boolean |
getPropagated()
Deprecated. use isPropagated() method instead |
java.lang.Boolean |
getReference()
Deprecated. use isReference() method instead |
DbORTypeClassifier |
getSourceType()
Gets the source type object associated to a DbORDomain's instance. |
DbRelationN |
getSubDomains()
Gets the list of sub domains associated to a DbORDomain's instance. |
DbORDomain |
getSuperDomain()
Gets the super domain object associated to a DbORDomain's instance. |
DbORUser |
getUser()
Gets the user object associated to a DbORDomain's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isCaseSensitive()
Tells whether a DbORDomain's instance is caseSensitive or not. |
boolean |
isNull()
Tells whether a DbORDomain's instance is null or not. |
boolean |
isOrderedCollection()
Tells whether a DbORDomain's instance is orderedCollection or not. |
boolean |
isPropagated()
Tells whether a DbORDomain's instance is propagated or not. |
boolean |
isReference()
Tells whether a DbORDomain's instance is reference or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setCaseSensitive(java.lang.Boolean value)
Sets the "case sensitive" property of a DbORDomain's instance. |
void |
setCategory(ORDomainCategory value)
Sets the "category" property of a DbORDomain's instance. |
void |
setLength(java.lang.Integer value)
Sets the "length" property of a DbORDomain's instance. |
void |
setNbDecimal(java.lang.Integer value)
Sets the "nbr. decimals" property of a DbORDomain's instance. |
void |
setNull(java.lang.Boolean value)
Sets the "null possible" property of a DbORDomain's instance. |
void |
setOoSourceType(DbOOAdt value)
Sets the oo source type object associated to a DbORDomain's instance. |
void |
setOrderedCollection(java.lang.Boolean value)
Sets the "ordered collection" property of a DbORDomain's instance. |
void |
setPropagated(java.lang.Boolean value)
Sets the "propagated" property of a DbORDomain's instance. |
void |
setReference(java.lang.Boolean value)
Sets the "reference" property of a DbORDomain's instance. |
void |
setSourceType(DbORTypeClassifier value)
Sets the source type object associated to a DbORDomain's instance. |
void |
setSuperDomain(DbORDomain value)
Sets the super domain object associated to a DbORDomain's instance. |
void |
setUser(DbORUser value)
Sets the user object associated to a DbORDomain's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORTypeClassifier |
---|
getCommonItems, getDomains, getReturnTypedProcedures, getTypedAttributes, getTypedParameters |
Methods inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
getClassifierGos |
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, setSuperCopy, setTargetLinks, setUmlConstraints, setUmlStereotype |
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
findComponentByPhysicalName, getAdminAccessList, getAlias, getDescription, getName, getPhysicalName, getWriteAccessList, matches, setAlias, setDescription, setName, setPhysicalName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fCategory
public static final MetaField fOrderedCollection
public static final MetaRelation1 fSourceType
public static final MetaRelation1 fUser
public static final MetaField fLength
public static final MetaField fNbDecimal
public static final MetaField fNull
public static final MetaField fReference
public static final MetaField fCaseSensitive
public static final MetaRelationN fSubDomains
public static final MetaRelation1 fSuperDomain
public static final MetaRelation1 fOoSourceType
public static final MetaRelationN fParameters
public static final MetaRelationN fMethods
public static final MetaRelationN fFields
public static final MetaField fPropagated
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORDomain()
public DbORDomain(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setCategory(ORDomainCategory value) throws DbException
value
- the "category" property
DbException
public final void setOrderedCollection(java.lang.Boolean value) throws DbException
value
- the "ordered collection" property
DbException
public final void setSourceType(DbORTypeClassifier value) throws DbException
value
- the source type object to be associated
DbException
public final void setUser(DbORUser value) throws DbException
value
- the user object to be associated
DbException
public final void setLength(java.lang.Integer value) throws DbException
value
- the "length" property
DbException
public final void setNbDecimal(java.lang.Integer value) throws DbException
value
- the "nbr. decimals" property
DbException
public final void setNull(java.lang.Boolean value) throws DbException
value
- the "null possible" property
DbException
public final void setReference(java.lang.Boolean value) throws DbException
value
- the "reference" property
DbException
public final void setCaseSensitive(java.lang.Boolean value) throws DbException
value
- the "case sensitive" property
DbException
public final void setSuperDomain(DbORDomain value) throws DbException
value
- the super domain object to be associated
DbException
public final void setOoSourceType(DbOOAdt value) throws DbException
value
- the oo source type object to be associated
DbException
public final void setPropagated(java.lang.Boolean value) throws DbException
value
- the "propagated" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORTypeClassifier
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORTypeClassifier
DbException
public final ORDomainCategory getCategory() throws DbException
DbException
public final java.lang.Boolean getOrderedCollection() throws DbException
DbException
public final boolean isOrderedCollection() throws DbException
DbException
public final DbORTypeClassifier getSourceType() throws DbException
DbException
public final DbORUser getUser() throws DbException
DbException
public final java.lang.Integer getLength() throws DbException
DbException
public final java.lang.Integer getNbDecimal() throws DbException
DbException
public final java.lang.Boolean getNull() throws DbException
DbException
public final boolean isNull() throws DbException
DbException
public final java.lang.Boolean getReference() throws DbException
DbException
public final boolean isReference() throws DbException
DbException
public final java.lang.Boolean getCaseSensitive() throws DbException
DbException
public final boolean isCaseSensitive() throws DbException
DbException
public final DbRelationN getSubDomains() throws DbException
DbException
public final DbORDomain getSuperDomain() throws DbException
DbException
public final DbOOAdt getOoSourceType() throws DbException
DbException
public final DbRelationN getParameters() throws DbException
DbException
public final DbRelationN getMethods() throws DbException
DbException
public final DbRelationN getFields() throws DbException
DbException
public final java.lang.Boolean getPropagated() throws DbException
DbException
public final boolean isPropagated() throws DbException
DbException
public MetaClass getMetaClass()
getMetaClass
in class DbObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |