|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.EPMCADReferenceControl
Use the newEPMCADReferenceControl
static factory method(s),
not the EPMCADReferenceControl
constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
static String |
GEOM_RESTR
Label for the attribute. |
static String |
GEOM_RESTR_RECURSIVE
Label for the attribute. |
private int |
geomRestr
|
private boolean |
geomRestrRecursive
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
private int |
scope
|
static String |
SCOPE
Label for the attribute. |
(package private) static long |
serialVersionUID
|
static String |
VIOL_RESTRICTION
Label for the attribute. |
private int |
violRestriction
|
Constructor Summary | |
EPMCADReferenceControl()
|
Method Summary | |
boolean |
equals(Object another)
|
ClassInfo |
getClassInfo()
Returns the ClassInfo object for this class. |
String |
getConceptualClassname()
Deprecated. |
int |
getGeomRestr()
Gets the value of the attribute: GEOM_RESTR. |
int |
getScope()
Gets the value of the attribute: SCOPE. |
int |
getViolRestriction()
Gets the value of the attribute: VIOL_RESTRICTION. |
protected void |
initialize(int geomRestr,
boolean isGeomRestrRecursive,
int scope,
int violRestriction)
Supports initialization, following construction of an instance. |
boolean |
isGeomRestrRecursive()
Gets the value of the attribute: GEOM_RESTR_RECURSIVE. |
static EPMCADReferenceControl |
newEPMCADReferenceControl(int geomRestr,
boolean isGeomRestrRecursive,
int scope,
int violRestriction)
Supported API: false |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
readExternal(PersistentRetrieveIfc input)
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(EPMCADReferenceControl thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setGeomRestr(int a_GeomRestr)
Sets the value of the attribute: GEOM_RESTR. |
void |
setGeomRestrRecursive(boolean a_GeomRestrRecursive)
Sets the value of the attribute: GEOM_RESTR_RECURSIVE. |
void |
setScope(int a_Scope)
Sets the value of the attribute: SCOPE. |
void |
setViolRestriction(int a_ViolRestriction)
Sets the value of the attribute: VIOL_RESTRICTION. |
String |
toString()
Returns the conceptual (modeled) name for the class. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
void |
writeExternal(PersistentStoreIfc output)
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String GEOM_RESTR
private int geomRestr
public static final String GEOM_RESTR_RECURSIVE
private boolean geomRestrRecursive
public static final String SCOPE
private int scope
public static final String VIOL_RESTRICTION
private int violRestriction
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public EPMCADReferenceControl()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(EPMCADReferenceControl thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String toString()
public ClassInfo getClassInfo() throws WTIntrospectionException
getClassInfo
in interface NetFactor
WTIntrospectionException
public int getGeomRestr()
public void setGeomRestr(int a_GeomRestr) throws WTPropertyVetoException
a_GeomRestr
-
WTPropertyVetoException
public boolean isGeomRestrRecursive()
public void setGeomRestrRecursive(boolean a_GeomRestrRecursive) throws WTPropertyVetoException
a_GeomRestrRecursive
-
WTPropertyVetoException
public int getScope()
public void setScope(int a_Scope) throws WTPropertyVetoException
a_Scope
-
WTPropertyVetoException
public int getViolRestriction()
public void setViolRestriction(int a_ViolRestriction) throws WTPropertyVetoException
a_ViolRestriction
-
WTPropertyVetoException
public static EPMCADReferenceControl newEPMCADReferenceControl(int geomRestr, boolean isGeomRestrRecursive, int scope, int violRestriction) throws WTException
geomRestr
- isGeomRestrRecursive
- scope
- violRestriction
-
WTException
protected void initialize(int geomRestr, boolean isGeomRestrRecursive, int scope, int violRestriction) throws WTException
geomRestr
- isGeomRestrRecursive
- scope
- violRestriction
-
WTException
public boolean equals(Object another)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |