|
||||||||||
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.sms.oo.java.db.DbJVImport
public final class DbJVImport
Direct subclass(es)/subinterface(s) : none.
Composites : DbJVCompilationUnit.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fAll
|
static MetaChoice |
fImportedObject
|
static MetaClass |
metaClass
|
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 | |
---|---|
DbJVImport()
Parameter-less constructor. |
|
DbJVImport(DbJVCompilationUnit composite,
DbSMSSemanticalObject semObj,
java.lang.Boolean all)
Creates an instance of DbJVImport. |
Method Summary | |
---|---|
java.lang.Boolean |
getAll()
Deprecated. use isAll() method instead |
protected int |
getFeatureSet()
|
DbSMSSemanticalObject |
getImportedObject()
Gets the imported object object associated to a DbJVImport's instance. |
MetaClass |
getMetaClass()
|
java.lang.String |
getName()
|
java.lang.String |
getSemanticalName(int form)
|
static void |
initMeta()
For internal use only. |
boolean |
isAll()
Tells whether a DbJVImport's instance is all or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setAll(java.lang.Boolean value)
|
void |
setImportedObject(DbSMSSemanticalObject value)
Sets the imported object object associated to a DbJVImport's instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaChoice fImportedObject
public static final MetaField fAll
public static final MetaClass metaClass
Constructor Detail |
---|
public DbJVImport()
public DbJVImport(DbJVCompilationUnit composite, DbSMSSemanticalObject semObj, java.lang.Boolean all) throws DbException
composite
- org.modelsphere.sms.oo.java.db.DbJVCompilationUnitsemobj
- org.modelsphere.sms.db.DbSMSSemanticalObjectall
- java.lang.Boolean
DbException
Method Detail |
---|
public static void initMeta()
public final java.lang.String getName() throws DbException
getName
in class DbObject
DbException
public final void setAll(java.lang.Boolean value) throws DbException
value
- java.lang.Boolean
DbException
public final java.lang.String getSemanticalName(int form) throws DbException
getSemanticalName
in class DbObject
form
- int
DbException
protected final int getFeatureSet()
public final void setImportedObject(DbSMSSemanticalObject value) throws DbException
value
- the imported object object to be associated
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbObject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbObject
DbException
public final DbSMSSemanticalObject getImportedObject() throws DbException
DbException
public final java.lang.Boolean getAll() throws DbException
DbException
public final boolean isAll() 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 |