Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D F G I L M N P R S T U V

A

AssemblyDescriptor - class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor.
Provides a container for ComponentDefinitions and ComponentInstances.
AssemblyDescriptor() - Constructor for class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor
Constructs an AssemblyDescriptor instance.
AssemblyDescriptor(AssemblyDescriptor) - Constructor for class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor
Constructs an AssemblyDescriptor instance as a copy of the one supplied.
Attribute - Static variable in interface com.aendvari.cerberus.component.descriptor.MultiPartValue.Part.Type
This part is an attribute.
access - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property
The access of this property.
access - Variable in class com.aendvari.cerberus.component.descriptor.ComponentProperty
The accessibility of the property.
addAttribute(ComponentAttribute) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Adds an attribute to this component.
addAttribute(String, int, String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Sets the value of the specified attribute.
addAttribute(ComponentAttribute) - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Adds an attribute to this component.
addAttribute(String) - Method in class com.aendvari.cerberus.component.descriptor.MultiPartValue
Adds an attribute to this value.
addComponent(ComponentInstance) - Method in class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor
Adds a component to this assembly descriptor.
addComponent(ComponentInstance) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Adds a component to this composite.
addDefinition(ComponentDefinition) - Method in class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor
Adds a component definition to this assembly descriptor.
addLiteral(String) - Method in class com.aendvari.cerberus.component.descriptor.MultiPartValue
Adds a literal to this value.
addMessage(ComponentMessage) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Adds a message to this component.
addMessage(String, int, int, String, MessageSignature) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Sets the topic of the specified message.
addMessage(ComponentMessage) - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Adds a message to this component.
addParent(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Adds a parent definition that this component extends.
addProperty(SignatureProperty) - Method in class com.aendvari.cerberus.component.descriptor.MessageSignature
Adds a property to this signature.
attributes - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
The attributes for this component.
attributes - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Contains the attributes of this component.
attributes - Variable in class com.aendvari.cerberus.component.descriptor.ComponentInstance
The attributes for this component.

B

Boolean - Static variable in interface com.aendvari.cerberus.component.descriptor.SignatureProperty.Type
 
Byte - Static variable in interface com.aendvari.cerberus.component.descriptor.SignatureProperty.Type
 
backingClass - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
The backing class for this component.
backingClass - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
The backing class of this component.

C

ComponentAttribute - class com.aendvari.cerberus.component.descriptor.ComponentAttribute.
Describes a component attribute.
ComponentAttribute() - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentAttribute
Constructs a ComponentAttribute instance.
ComponentAttribute(ComponentAttribute) - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentAttribute
Constructs a ComponentAttribute instance as a copy of the one supplied.
ComponentDefinition - class com.aendvari.cerberus.component.descriptor.ComponentDefinition.
Describes the various properties of a component.
ComponentDefinition() - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Constructs a ComponentDefinition instance.
ComponentDefinition(ComponentDefinition) - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Constructs a ComponentDefinition instance as a copy of the one supplied.
ComponentDescriptor - class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.
Describes the attributes and messages of an assembled component.
ComponentDescriptor() - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Constructs a ComponentDescriptor instance.
ComponentDescriptor(ComponentDescriptor) - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Constructs a ComponentDescriptor instance as a copy of the one supplied.
ComponentDescriptor.Attribute - class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Attribute.
Represents a single attribute of the component.
ComponentDescriptor.Attribute(String, int, String) - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Attribute
Constructs an Attribute instance.
ComponentDescriptor.Message - class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message.
Represents a single message of the component.
ComponentDescriptor.Message(String, int, int, String, MessageSignature) - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message
Constructs a Message instance.
ComponentDescriptor.Message.Type - interface com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message.Type.
Constants for the type of the message.
ComponentDescriptor.Property - class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property.
Represents a single property of the component.
ComponentDescriptor.Property(String, int) - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property
Constructs a Property instance.
ComponentDescriptor.Property.Access - interface com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property.Access.
Constants for the access control of the property.
ComponentInstance - class com.aendvari.cerberus.component.descriptor.ComponentInstance.
Represents an instance of a ComponentDefinition.
ComponentInstance() - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentInstance
Constructs a ComponentInstance.
ComponentInstance(ComponentInstance) - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentInstance
Constructs a ComponentInstance as a copy of the one supplied.
ComponentMessage - class com.aendvari.cerberus.component.descriptor.ComponentMessage.
Describes a com.aendvari.hermes.broker.Message that a component either sends or receives.
ComponentMessage() - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentMessage
Constructs a ComponentMessage instance.
ComponentMessage(ComponentMessage) - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentMessage
Constructs a ComponentMessage instance as a copy of the one supplied.
ComponentMessage.Type - interface com.aendvari.cerberus.component.descriptor.ComponentMessage.Type.
Constants for the type of the message.
ComponentProperty - class com.aendvari.cerberus.component.descriptor.ComponentProperty.
Describes a property of a component.
ComponentProperty() - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentProperty
Constructs a ComponentProperty instance.
ComponentProperty(ComponentProperty) - Constructor for class com.aendvari.cerberus.component.descriptor.ComponentProperty
Constructs a ComponentProperty instance as a copy of the one supplied.
ComponentProperty.Access - interface com.aendvari.cerberus.component.descriptor.ComponentProperty.Access.
Constants for the access control of the property.
clear() - Method in class com.aendvari.cerberus.component.descriptor.MultiPartValue
Clears this multi part value.
com.aendvari.cerberus.component.descriptor - package com.aendvari.cerberus.component.descriptor
 
components - Variable in class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor
The components of this assembly descriptor.
components - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
The components within this component.

D

Double - Static variable in interface com.aendvari.cerberus.component.descriptor.SignatureProperty.Type
 
definition - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
The definition component.
definition - Variable in class com.aendvari.cerberus.component.descriptor.ComponentInstance
The component definition of the component instance.
definitions - Variable in class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor
The definitions of this assembly descriptor.
description - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
The description of this component.
description - Variable in class com.aendvari.cerberus.component.descriptor.ComponentProperty
The description of the property.

F

Float - Static variable in interface com.aendvari.cerberus.component.descriptor.SignatureProperty.Type
 

G

getAccess() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property
Returns the access control of this property.
getAccess() - Method in class com.aendvari.cerberus.component.descriptor.ComponentProperty
Returns the access control of this property.
getAttribute(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Returns the specified attribute.
getAttribute(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Returns the specified attribute.
getAttribute(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Returns the specified attribute.
getAttributes() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Returns the attributes of this component.
getAttributes() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Returns all attributes of this component.
getAttributes() - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Returns the attributes of this component.
getBackingClass() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Returns the class of this component.
getBackingClass() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Returns the class of this component.
getComponent(String) - Method in class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor
Returns the specified component.
getComponents() - Method in class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor
Returns the components of this assembly descriptor.
getComponents() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Returns the components of this composite.
getDefinition(String) - Method in class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor
Returns the specified component definition.
getDefinition() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Returns the definition of this component.
getDefinition() - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Returns the definition for this component.
getDefinitions() - Method in class com.aendvari.cerberus.component.descriptor.AssemblyDescriptor
Returns the component definitions in this assembly descriptor.
getDescription() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Returns the description of this component.
getDescription() - Method in class com.aendvari.cerberus.component.descriptor.ComponentProperty
Returns the description of this property.
getMessage(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Returns the specified message.
getMessage(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Returns the topic of the specified message.
getMessage(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Returns the specified message.
getMessages() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Returns the messages of this component.
getMessages() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Returns all message topics of this component.
getMessages() - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Returns the messages of this component.
getName() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Returns the name of this component.
getName() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property
Returns the name of this property.
getName() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Returns the name of this component.
getName() - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Returns the name of this component.
getName() - Method in class com.aendvari.cerberus.component.descriptor.ComponentProperty
Returns the name of this property.
getParents() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Returns the definitions this component extends.
getParts() - Method in class com.aendvari.cerberus.component.descriptor.MultiPartValue
Returns the parts of this value.
getProperties() - Method in class com.aendvari.cerberus.component.descriptor.MessageSignature
Returns the properties of this signature.
getProperty(String) - Method in class com.aendvari.cerberus.component.descriptor.MessageSignature
Returns the specified property.
getRequired() - Method in class com.aendvari.cerberus.component.descriptor.ComponentAttribute
Returns the required state of this attribute.
getRequired() - Method in class com.aendvari.cerberus.component.descriptor.ComponentMessage
Returns the required state of this message.
getRequired() - Method in class com.aendvari.cerberus.component.descriptor.SignatureProperty
Returns the required state of this property.
getSignature() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message
Returns the signature of this message.
getSignature() - Method in class com.aendvari.cerberus.component.descriptor.ComponentMessage
Returns the signature of this message.
getTopic() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message
Returns the topic of this message.
getTopic() - Method in class com.aendvari.cerberus.component.descriptor.ComponentMessage
Returns the topic of this message.
getType() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message
Returns the type of this message.
getType() - Method in class com.aendvari.cerberus.component.descriptor.ComponentMessage
Returns the type of this message.
getType() - Method in class com.aendvari.cerberus.component.descriptor.MultiPartValue.Part
 
getType() - Method in class com.aendvari.cerberus.component.descriptor.SignatureProperty
Returns the type of this property.
getValue() - Method in class com.aendvari.cerberus.component.descriptor.ComponentAttribute
Returns the value of this attribute.
getValue() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Attribute
Returns the value of this attribute.
getValue() - Method in class com.aendvari.cerberus.component.descriptor.MultiPartValue.Part
 

I

Integer - Static variable in interface com.aendvari.cerberus.component.descriptor.SignatureProperty.Type
 
isMapped() - Method in class com.aendvari.cerberus.component.descriptor.ComponentMessage
Returns the mapped status of this message.

L

Literal - Static variable in interface com.aendvari.cerberus.component.descriptor.MultiPartValue.Part.Type
This part is a constant value.
Long - Static variable in interface com.aendvari.cerberus.component.descriptor.SignatureProperty.Type
 

M

MessageSignature - class com.aendvari.cerberus.component.descriptor.MessageSignature.
Represents the set of properties comprising the signature of a com.aendvari.hermes.broker.Message.
MessageSignature() - Constructor for class com.aendvari.cerberus.component.descriptor.MessageSignature
Constructs a MessageSignature instance.
MessageSignature(MessageSignature) - Constructor for class com.aendvari.cerberus.component.descriptor.MessageSignature
Constructs a MessageSignature instance as a copy of the one supplied.
MultiPartValue - class com.aendvari.cerberus.component.descriptor.MultiPartValue.
Defines a multi-part value.
MultiPartValue() - Constructor for class com.aendvari.cerberus.component.descriptor.MultiPartValue
Constructs a MultiPartValue instance.
MultiPartValue(MultiPartValue) - Constructor for class com.aendvari.cerberus.component.descriptor.MultiPartValue
Constructs a MultiPartValue instance as a copy of the one supplied.
MultiPartValue.Part - class com.aendvari.cerberus.component.descriptor.MultiPartValue.Part.
Describes a single part of the value.
MultiPartValue.Part(int, String) - Constructor for class com.aendvari.cerberus.component.descriptor.MultiPartValue.Part
Constructs a Part instance.
MultiPartValue.Part(MultiPartValue.Part) - Constructor for class com.aendvari.cerberus.component.descriptor.MultiPartValue.Part
Constructs a Part instance from the one supplied.
MultiPartValue.Part.Type - interface com.aendvari.cerberus.component.descriptor.MultiPartValue.Part.Type.
Constants for the type of the part.
mapped - Variable in class com.aendvari.cerberus.component.descriptor.ComponentMessage
Specifies whether the topic contains a mapping to another message.
messages - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
The messages for this component.
messages - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Contains the message of this component.
messages - Variable in class com.aendvari.cerberus.component.descriptor.ComponentInstance
The messages for this component.

N

name - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
The name of this component.
name - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property
The name of this property.
name - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
The name of this component.
name - Variable in class com.aendvari.cerberus.component.descriptor.ComponentInstance
The name of this component.
name - Variable in class com.aendvari.cerberus.component.descriptor.ComponentProperty
The name of the property.

P

Private - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property.Access
This is a private property.
Private - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentProperty.Access
This is a private property.
Public - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property.Access
This is a public property.
Public - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentProperty.Access
This is a public property.
parents - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
The definitions this component extends.
parts - Variable in class com.aendvari.cerberus.component.descriptor.MultiPartValue
The various parts of the value.
properties - Variable in class com.aendvari.cerberus.component.descriptor.MessageSignature
The properties of the signature.

R

Receive - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message.Type
This message is received (listened for).
Receive - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentMessage.Type
This message is received (listened for).
required - Variable in class com.aendvari.cerberus.component.descriptor.ComponentAttribute
Specifies whether the attribute is required.
required - Variable in class com.aendvari.cerberus.component.descriptor.ComponentMessage
Specifies whether the message is required.
required - Variable in class com.aendvari.cerberus.component.descriptor.SignatureProperty
Specifies whether the property is required.

S

Send - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message.Type
This message is sent.
Send - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentMessage.Type
This message is sent.
Short - Static variable in interface com.aendvari.cerberus.component.descriptor.SignatureProperty.Type
 
SignatureProperty - class com.aendvari.cerberus.component.descriptor.SignatureProperty.
Describes a single property of a MessageSignature.
SignatureProperty() - Constructor for class com.aendvari.cerberus.component.descriptor.SignatureProperty
Constructs a SignatureProperty instance.
SignatureProperty(SignatureProperty) - Constructor for class com.aendvari.cerberus.component.descriptor.SignatureProperty
Constructs a SignatureProperty instance as a copy of the one supplied.
SignatureProperty.Type - interface com.aendvari.cerberus.component.descriptor.SignatureProperty.Type.
Constants for the type of properties.
String - Static variable in interface com.aendvari.cerberus.component.descriptor.SignatureProperty.Type
 
setAccess(int) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property
Sets the access control of this property.
setAccess(int) - Method in class com.aendvari.cerberus.component.descriptor.ComponentProperty
Sets the access control of this property.
setBackingClass(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Sets the class of this component.
setBackingClass(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Sets the class of this component.
setDefinition(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Sets the definition of this component.
setDefinition(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Sets the definition for this component.
setDescription(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Sets the description of this component.
setDescription(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentProperty
Sets the description of this property.
setMapped(boolean) - Method in class com.aendvari.cerberus.component.descriptor.ComponentMessage
Sets the mapped status of this message.
setName(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Sets the name of this component.
setName(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property
Sets the name of this property.
setName(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
Sets the name of this component.
setName(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Sets the name of this component.
setName(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentProperty
Sets the name of this property.
setRequired(boolean) - Method in class com.aendvari.cerberus.component.descriptor.ComponentAttribute
Sets the required state of this attribute.
setRequired(boolean) - Method in class com.aendvari.cerberus.component.descriptor.ComponentMessage
Sets the required state of this message.
setRequired(boolean) - Method in class com.aendvari.cerberus.component.descriptor.SignatureProperty
Sets the required state of this property.
setSignature(MessageSignature) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message
Sets the signature of this message.
setTopic(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message
Sets the topic of this message.
setType(int) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message
Sets the type of this message.
setType(int) - Method in class com.aendvari.cerberus.component.descriptor.ComponentMessage
Sets the type of this message.
setType(String) - Method in class com.aendvari.cerberus.component.descriptor.SignatureProperty
Sets the type of this property.
setValue(String) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Attribute
Sets the value of this attribute.
signature - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message
The signature of this message.
signature - Variable in class com.aendvari.cerberus.component.descriptor.ComponentMessage
The signature of the message.

T

toString() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
 
toString() - Method in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor
 
toString() - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
 
toString() - Method in class com.aendvari.cerberus.component.descriptor.MultiPartValue
 
topic - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message
The topic of this message.
topic - Variable in class com.aendvari.cerberus.component.descriptor.ComponentMessage
The topic of this message.
type - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message
The type of this message.
type - Variable in class com.aendvari.cerberus.component.descriptor.ComponentMessage
The type of this message.
type - Variable in class com.aendvari.cerberus.component.descriptor.MultiPartValue.Part
The type of the part.
type - Variable in class com.aendvari.cerberus.component.descriptor.SignatureProperty
The type of the property.

U

Undefined - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Message.Type
The type of this message is undefined.
Undefined - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentMessage.Type
The type of this message is undefined.
Undefined - Static variable in interface com.aendvari.cerberus.component.descriptor.SignatureProperty.Type
 
Unknown - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Property.Access
This property has unknown access.
Unknown - Static variable in interface com.aendvari.cerberus.component.descriptor.ComponentProperty.Access
This property has unknown access.
updateAttribute(String, ComponentAttribute) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Updates the specified attribute.
updateAttribute(String, ComponentAttribute) - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Updates the specified attribute.
updateMessage(String, ComponentMessage) - Method in class com.aendvari.cerberus.component.descriptor.ComponentDefinition
Updates the specified message.
updateMessage(String, ComponentMessage) - Method in class com.aendvari.cerberus.component.descriptor.ComponentInstance
Updates the specified message.

V

value - Variable in class com.aendvari.cerberus.component.descriptor.ComponentAttribute
The attribute value.
value - Variable in class com.aendvari.cerberus.component.descriptor.ComponentDescriptor.Attribute
The value of this attribute.
value - Variable in class com.aendvari.cerberus.component.descriptor.MultiPartValue.Part
The value of the part.

A B C D F G I L M N P R S T U V