|
||||||||||
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.DbSMSUmlConstraint
public final class DbSMSUmlConstraint
Direct subclass(es)/subinterface(s) : none.
Composites : DbSMSUmlExtensibility.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fBuiltIn
|
static MetaRelationN |
fConstrainedObjects
|
static MetaField |
fExpression
|
static MetaField |
fMetaClassName
|
static MetaClass |
metaClass
|
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 | |
---|---|
DbSMSUmlConstraint()
Parameter-less constructor. |
|
DbSMSUmlConstraint(DbObject composite)
Creates an instance of DbSMSUmlConstraint. |
Method Summary | |
---|---|
void |
addToConstrainedObjects(DbSMSSemanticalObject value)
Adds an element to the list of constrained objects associated to a DbSMSUmlConstraint's instance. |
java.lang.Boolean |
getBuiltIn()
Deprecated. use isBuiltIn() method instead |
DbRelationN |
getConstrainedObjects()
Gets the list of constrained objects associated to a DbSMSUmlConstraint's instance. |
java.lang.String |
getExpression()
Gets the "expression" property of a DbSMSUmlConstraint's instance. |
MetaClass |
getMetaClass()
|
java.lang.String |
getMetaClassName()
Gets the "applicable on" property of a DbSMSUmlConstraint's instance. |
MetaClass |
getUmlConstraintMetaClass()
|
static void |
initMeta()
For internal use only. |
boolean |
isBuiltIn()
Tells whether a DbSMSUmlConstraint's instance is builtIn or not. |
boolean |
isDeletable()
|
void |
removeFromConstrainedObjects(DbSMSSemanticalObject value)
Removes an element from the list of constrained objects associated to a DbSMSUmlConstraint's instance. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setBuiltIn(java.lang.Boolean value)
Sets the "built in?" |
void |
setConstrainedObjects(DbSMSSemanticalObject value,
int op)
Adds an element to or removes an element from the list of constrained objects associated to a DbSMSUmlConstraint's instance. |
void |
setExpression(java.lang.String value)
Sets the "expression" property of a DbSMSUmlConstraint's instance. |
void |
setMetaClassName(java.lang.String value)
Sets the "applicable on" property of a DbSMSUmlConstraint's instance. |
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 MetaRelationN fConstrainedObjects
public static final MetaField fBuiltIn
public static final MetaField fExpression
public static final MetaField fMetaClassName
public static final MetaClass metaClass
Constructor Detail |
---|
public DbSMSUmlConstraint()
public DbSMSUmlConstraint(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final boolean isDeletable() throws DbException
isDeletable
in class DbObject
DbException
public MetaClass getUmlConstraintMetaClass() throws DbException
DbException
public final void setConstrainedObjects(DbSMSSemanticalObject value, int op) throws DbException
value
- an element to be added to or removed from the list.op
- Either Db.ADD_TO_RELN or Db.REMOVE_FROM_RELN
DbException
public final void addToConstrainedObjects(DbSMSSemanticalObject value) throws DbException
value
- the element to be added.
DbException
public final void removeFromConstrainedObjects(DbSMSSemanticalObject value) throws DbException
value
- the element to be removed.
DbException
public final void setBuiltIn(java.lang.Boolean value) throws DbException
value
- the "built in?" property
DbException
public final void setExpression(java.lang.String value) throws DbException
value
- the "expression" property
DbException
public final void setMetaClassName(java.lang.String value) throws DbException
value
- the "applicable on" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSemanticalObject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbObject
DbException
public final DbRelationN getConstrainedObjects() throws DbException
DbException
public final java.lang.Boolean getBuiltIn() throws DbException
DbException
public final boolean isBuiltIn() throws DbException
DbException
public final java.lang.String getExpression() throws DbException
DbException
public final java.lang.String getMetaClassName() 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 |