Package com.iizigo.link.java
Class IJavaInterfaceLinkEnabler.InterfaceDefinition
java.lang.Object
com.iizigo.link.java.IJavaInterfaceLinkEnabler.InterfaceDefinition
- Enclosing interface:
IJavaInterfaceLinkEnabler
Data holder class for each item.
Field Summary
Constructor Summary
ConstructorDescriptionInterfaceDefinition
(Atom atom, String implementedInterface, String prompt, String description) Constructor.Method Summary
Field Details
atom
The atom name of the ClassReference property.implementedInterface
The interface that must be implemented.prompt
The prompt string.description
The description.
Constructor Details
InterfaceDefinition
public InterfaceDefinition(Atom atom, String implementedInterface, String prompt, String description) Constructor.- Parameters:
atom
- The atom name of the ClassReference property.implementedInterface
- The interface that must be implemented, can be null for none.prompt
- The prompt string.description
- The prompt string.
Method Details