JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.wildstang.framework.core
Interface AutoPrograms
All Known Implementing Classes:
WsAutoPrograms
public interface
AutoPrograms
Used in implementations to enumerate AutoProgram. We would like to have a super class for this structure, however, Java does not support enums extending classes.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
Returns the name mapped to the AutoProgram.
Class
<?>
getProgramClass
()
Returns AutoProgram's class.
Method Details
getName
String
getName
()
Returns the name mapped to the AutoProgram.
Returns:
Name mapped to the AutoProgram.
getProgramClass
Class
<?>
getProgramClass
()
Returns AutoProgram's class.
Returns:
AutoProgram's class.