Serialized Form
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Enumeration pattern: Ensure that a.equals(b) <=> (a == b) for all
AssetTypeEnums a and b when deserializing.
- Throws:
java.io.ObjectStreamException
- if no AssetTypeEnum can be found for that asset type string
name
java.lang.String name
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Enumeration pattern: Ensure that a.equals(b) <=> (a == b) for all
ConcernEnums a and b when deserializing.
- Throws:
java.io.ObjectStreamException
- if no ConcernEnum can be found for that concern string
name
java.lang.String name
subProcess
SubProcessEnum subProcess
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Enumeration pattern: Ensure that a.equals(b) <=> (a == b) for all
SubProcessEnums a and b when deserializing.
- Throws:
java.io.ObjectStreamException
- if no SubProcessEnum can be found for that subprocess string
name
java.lang.String name
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Enumeration pattern: Ensure that a.equals(b) <=> (a == b) for all
ViewpointEnums a and b when deserializing.
- Throws:
java.io.ObjectStreamException
- if no ViewpointEnum can be found for that viewpoint string
name
java.lang.String name
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Enumeration pattern: Ensure that a.equals(b) <=> (a == b) for all
ElementTypeEnums a and b when deserializing.
- Throws:
java.io.ObjectStreamException
- if no ElementTypeEnum can be found for that element type
string
name
java.lang.String name
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Enumeration pattern: Ensure that a.equals(b) <=> (a == b) for all
SubtypeEnums a and b when deserializing.
- Throws:
java.io.ObjectStreamException
- if no SubtypeEnum can be found for that subtype string
name
java.lang.String name
concern
ConcernEnum concern
Copyright © 2003-2005 SINTEF. All Rights Reserved.