Serialized Form


Package org.apache.commons.modeler

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

Serialized Fields

displayName

java.lang.String displayName

getMethod

java.lang.String getMethod

setMethod

java.lang.String setMethod

readable

boolean readable

writeable

boolean writeable

is

boolean is

type

java.lang.String type

persist

java.lang.String persist

defaultStringValue

java.lang.String defaultStringValue

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

Serialized Fields

names

java.util.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

java.lang.String type

source

java.lang.Object source

seq

long seq

tstamp

long tstamp

notes

java.lang.Object[] notes

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

Serialized Fields

displayName

java.lang.String displayName

parameters

ParameterInfo[] parameters

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

Serialized Fields

description

java.lang.String description

fields

java.util.List fields

name

java.lang.String name

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

Serialized Fields

name

java.lang.String name

The field name for this field of a descriptor.


value

java.lang.Object value

The field value for this field of a descriptor.

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

Serialized Fields

names

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


namesA

java.lang.String[] namesA

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

Serialized Fields

attributes

AttributeInfo[] attributes

className

java.lang.String className

constructors

ConstructorInfo[] constructors

description

java.lang.String description

domain

java.lang.String domain

group

java.lang.String group

name

java.lang.String name

fields

java.util.List fields

notifications

NotificationInfo[] notifications

operations

OperationInfo[] operations

type

java.lang.String type

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

Serialized Fields

notifTypes

java.lang.String[] notifTypes

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

Serialized Fields

impact

java.lang.String impact

role

java.lang.String role

returnType

java.lang.String returnType

parameters

ParameterInfo[] parameters

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

Serialized Fields

type

java.lang.String type



Copyright (c) 2001-2002 - Apache Software Foundation