Class EnumObjectMethod
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.introspection.java.ObjectMethod
-
- org.eclipse.epsilon.eol.execute.introspection.java.EnumObjectMethod
-
- All Implemented Interfaces:
AutoCloseable
public class EnumObjectMethod extends ObjectMethod
Wrapper to fix Bug 442540.- Since:
- 1.6
- Author:
- Sina Madani
-
-
Field Summary
Fields Modifier and Type Field Description protected String
enumName
protected Enum<?>[]
enumValues
protected Object
object
-
Fields inherited from class org.eclipse.epsilon.eol.execute.introspection.java.ObjectMethod
method
-
-
Constructor Summary
Constructors Constructor Description EnumObjectMethod(Class<? extends Enum<?>> enumClazz, String property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected Enum<?>
getEnumValue()
-
-
-
Method Detail
-
getEnumValue
protected Enum<?> getEnumValue()
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-