All Downloads are FREE. Search and download functionalities are using the official Maven repository.

m.4.4.0.source-code.SRM_SRFSM_Code Maven / Gradle / Ivy

The newest version!
package SRM;

/** The base enumeration from which all SRFS Member enumeration classes are inherited.
@author David Shen

*/
public class SRM_SRFSM_Code extends SrmEnum
{
    protected SRM_SRFSM_Code (int enumInt, String enumStr)
    {
	super( enumInt, enumStr );
    }
}
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy