PersistenceType

PersistenceType class

Specifies the method used to store properties of the ActiveX control.

Constants

NameValueDescription
NotDefined-1Persistance id not specified.
PersistPropertyBag0Specifies that the ActiveX control is persisted using property-bag-based persistence. Property-bag-based persistence stores an ActiveX control by means of a collection of name and value pairs which specify the data persisted by the ActiveX control.
PersistStream1Specifies that the ActiveX control is persisted using a stream-based persistence that does not support initialization of the ActiveX control to a default state.
PersistStreamInit2Specifies that the ActiveX control is persisted using a stream-based persistence that supports initialization of the ActiveX control to a default state.
PersistStorage3Specifies that the ActiveX control is persisted using storage-based persistence.

NotDefined

Persistance id not specified.


PersistPropertyBag

Specifies that the ActiveX control is persisted using property-bag-based persistence. Property-bag-based persistence stores an ActiveX control by means of a collection of name and value pairs which specify the data persisted by the ActiveX control.


PersistStream

Specifies that the ActiveX control is persisted using a stream-based persistence that does not support initialization of the ActiveX control to a default state.


PersistStreamInit

Specifies that the ActiveX control is persisted using a stream-based persistence that supports initialization of the ActiveX control to a default state.


PersistStorage

Specifies that the ActiveX control is persisted using storage-based persistence.


Clone

NameDescription
Clone()

Result: T


CloneTo

NameDescription
CloneTo(T)

format

NameDescription
format(java.lang.Class, long, String)

Result: String


format

NameDescription
format(Type, Object, String)

Result: String


getName

NameDescription
getName(java.lang.Class, long)

Result: String


getName

NameDescription
getName(Type, Object)

Result: String


getNames

NameDescription
getNames(java.lang.Class)

Result: List, ArrayList


getNames

NameDescription
getNames(Type)

Result: String


getUnderlyingType

NameDescription
getUnderlyingType(java.lang.Class)

Result: Class


getUnderlyingType

NameDescription
getUnderlyingType(Type)

Result: Type


getValue

NameDescription
getValue(java.lang.Class, String)

Result: long


getValues

NameDescription
getValues(Type)

Result: Array


get_Caption

NameDescription
get_Caption()

Result: String


get_Value

NameDescription
get_Value()

Result: long


isDefined

NameDescription
isDefined(java.lang.Class, long)

Result: boolean


isDefined

NameDescription
isDefined(Type, long)

Result: boolean


isDefined

NameDescription
isDefined(Type, String)

Result: boolean


isDefined

NameDescription
isDefined(Type, Object)

Result: boolean


parse

NameDescription
parse(java.lang.Class, String)

Result: long


parse

NameDescription
parse(java.lang.Class, String, Boolean)

Result: long


parse

NameDescription
parse(Type, String)

Result: long


parse

NameDescription
parse(Type, String, Boolean)

Result: long


register

NameDescription
register(Enum.AbstractEnum)

toObject

NameDescription
toObject(Type, Object)

Result: Object


toString

NameDescription
toString(java.lang.Class, long)

Result: String