home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgLangD.iso
/
VCAFE.3.0A
/
Main.bin
/
MethodDescriptorAttributes.java
< prev
next >
Wrap
Text File
|
1998-10-18
|
400b
|
14 lines
package com.symantec.itools.vcafe.beans;
/**
* Misc Visual Cafe method descriptors attributes supported beyond the standard Java Beans.
*/
public final class MethodDescriptorAttributes
{
/**
* Attribute of type Vector<ActionDescriptor>
* If this attribute is not defined, the method does not have any Actions.
*/
public static final String ACTION_ATTRIBUTE = "CONNECTIONS";
}