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 SummaryFields
- Constructor SummaryConstructorsConstructorDescription- InterfaceDefinition- (Atom atom, String implementedInterface, String prompt, String description) Constructor.
- Method Summary
- Field Details- atomThe atom name of the ClassReference property.
- implementedInterfaceThe interface that must be implemented.
- promptThe prompt string.
- descriptionThe description.
 
- Constructor Details- InterfaceDefinitionpublic 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