|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.export.CSMConstraintExport
Field Summary | |
static String |
BEGIN_CSM_CONSTRAINT_KEY
|
private static String |
CLASSNAME
|
static String |
CONTAINER_CONSTRAINT_KEY
|
static String |
END_CSM_CONSTRAINT_KEY
|
static long |
EXTERNALIZATION_VERSION_UID
|
static String |
FLOATCONTENTDISCRETESET
|
static String |
FLOATCONTENTRANGE
|
static String |
IMMUTABLE
|
static String |
INTEGERCONTENTDISCRETESET
|
static String |
INTEGERCONTENTRANGE
|
private static String |
MAXIMUM
|
private static String |
MINIMUM
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
static String |
SINGLE_DEF_CONSTRAINT_KEY
|
static String |
SINGLEVALUED
|
static String |
STRINGCONTENTDISCRETESET
|
private static String |
UNIT
|
static String |
UNITCONTENTDISCRETESET
|
static String |
UNITCONTENTRANGE
|
private static ExportUtility |
util
|
static String |
VALUEREQUIRED
|
private static boolean |
VERBOSE
|
private static String |
versionID
|
Constructor Summary | |
CSMConstraintExport()
|
Method Summary | |
static StringBuffer |
appendToConstraintBuffer(StringBuffer buf,
String elem)
|
static Vector |
checkDuplicateConstraints(String constraintString,
Vector constraintValues)
|
void |
CSMConstraintExport()
|
static AttributeDefDefaultView |
dePersistDefinition(String hId,
String defClass)
|
static String |
exportConstraints(AbstractCSMAttributeConstraintView constraint)
|
static String |
getDisplayUnit(UnitDefView definition)
|
Vector |
getExportVector(Object object)
Supported API: false |
static boolean |
isNumber(String number,
boolean dot)
|
static ClassificationNodeDefaultView |
newClassificationNodeDefaultView(ClassificationNode classificationNode)
|
static Hashtable |
parseConstraintValues(FloatContentRange cr)
|
static Hashtable |
parseConstraintValues(IntegerContentRange cr)
|
static Hashtable |
parseConstraintValues(UnitContentRange cr)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
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(CSMConstraintExport thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static void |
removeFromConstraintGroups(ClassificationNodeDefaultView cndv,
AbstractCSMAttributeConstraintView obj)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String versionID
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static final boolean VERBOSE
private static ExportUtility util
public static final String SINGLE_DEF_CONSTRAINT_KEY
public static final String CONTAINER_CONSTRAINT_KEY
public static final String BEGIN_CSM_CONSTRAINT_KEY
public static final String END_CSM_CONSTRAINT_KEY
private static final String MINIMUM
private static final String MAXIMUM
private static final String UNIT
public static final String SINGLEVALUED
public static final String VALUEREQUIRED
public static final String IMMUTABLE
public static final String FLOATCONTENTRANGE
public static final String INTEGERCONTENTRANGE
public static final String UNITCONTENTRANGE
public static final String STRINGCONTENTDISCRETESET
public static final String INTEGERCONTENTDISCRETESET
public static final String FLOATCONTENTDISCRETESET
public static final String UNITCONTENTDISCRETESET
Constructor Detail |
public CSMConstraintExport()
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(CSMConstraintExport 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 CSMConstraintExport()
public Vector getExportVector(Object object) throws ExporterException
Exportable
getExportVector
in interface Exportable
object
-
ExporterException
public static void removeFromConstraintGroups(ClassificationNodeDefaultView cndv, AbstractCSMAttributeConstraintView obj)
public static ClassificationNodeDefaultView newClassificationNodeDefaultView(ClassificationNode classificationNode)
public static String exportConstraints(AbstractCSMAttributeConstraintView constraint)
public static Vector checkDuplicateConstraints(String constraintString, Vector constraintValues)
public static String getDisplayUnit(UnitDefView definition)
public static boolean isNumber(String number, boolean dot)
public static Hashtable parseConstraintValues(IntegerContentRange cr)
public static Hashtable parseConstraintValues(FloatContentRange cr)
public static Hashtable parseConstraintValues(UnitContentRange cr)
public static StringBuffer appendToConstraintBuffer(StringBuffer buf, String elem)
public static AttributeDefDefaultView dePersistDefinition(String hId, String defClass)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |