public class

Enum

extends Object
java.lang.Object
   ↳ org.sunsystems.ssc.componentexecutor.definition.Enum
Known Direct Subclasses

Class Overview

Java class for Enum complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Enum">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DebugName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String debugName
Public Constructors
Enum()
Public Methods
String getDebugName()
Gets the value of the debugName property.
void setDebugName(String value)
Sets the value of the debugName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String debugName

Public Constructors

public Enum ()

Public Methods

public String getDebugName ()

Gets the value of the debugName property.

Returns

public void setDebugName (String value)

Sets the value of the debugName property.

Parameters
value Allowed object is String