Serialized Form


Package org.apache.commons.modeler

Class org.apache.commons.modeler.AttributeInfo implements Serializable

Serialized Fields

displayName

String displayName

getMethod

String getMethod

setMethod

String setMethod

readable

boolean readable

writeable

boolean writeable

is

boolean is

type

String type

persist

String persist

defaultStringValue

String defaultStringValue

Class org.apache.commons.modeler.BaseAttributeFilter implements Serializable

Serialized Fields

names

HashSet names
The set of attribute names that are accepted by this filter. If this list is empty, all attribute names are accepted.

Class org.apache.commons.modeler.BaseNotification implements Serializable

Serialized Fields

code

int code

type

String type

source

Object source

seq

long seq

tstamp

long tstamp

notes

Object[] notes

Class org.apache.commons.modeler.ConstructorInfo implements Serializable

Serialized Fields

displayName

String displayName

parameters

ParameterInfo[] parameters

Class org.apache.commons.modeler.FeatureInfo implements Serializable

Serialized Fields

description

String description

fields

List fields

name

String name

Class org.apache.commons.modeler.FieldInfo implements Serializable

Serialized Fields

name

String name

The field name for this field of a descriptor.


value

Object value

The field value for this field of a descriptor.

Class org.apache.commons.modeler.FixedNotificationFilter implements Serializable

Serialized Fields

names

HashSet names
The set of attribute names that are accepted by this filter. If this list is empty, all attribute names are accepted.

namesA

String[] namesA

Class org.apache.commons.modeler.ManagedBean implements Serializable

Serialized Fields

attributes

AttributeInfo[] attributes

className

String className

constructors

ConstructorInfo[] constructors

description

String description

domain

String domain

group

String group

name

String name

fields

List fields

notifications

NotificationInfo[] notifications

operations

OperationInfo[] operations

type

String type

Class org.apache.commons.modeler.NotificationInfo implements Serializable

Serialized Fields

notifTypes

String[] notifTypes

Class org.apache.commons.modeler.OperationInfo implements Serializable

Serialized Fields

impact

String impact

role

String role

returnType

String returnType

parameters

ParameterInfo[] parameters

Class org.apache.commons.modeler.ParameterInfo implements Serializable

Serialized Fields

type

String type



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.