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
FieldsConstructor Summary
ConstructorsConstructorDescriptionInterfaceDefinition
(Atom atom, String implementedInterface, String prompt, String description) Constructor.Method Summary
Field Details
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