org.jboss.drools.Calendar Maven / Gradle / Ivy
/**
*/
package org.jboss.drools;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Calendar'.
*
*
*
* The following features are supported:
*
* - {@link org.jboss.drools.Calendar#getValue Value}
* - {@link org.jboss.drools.Calendar#getId Id}
* - {@link org.jboss.drools.Calendar#getName Name}
*
*
*
* @see org.jboss.drools.DroolsPackage#getCalendar()
* @model extendedMetaData="name='Calendar' kind='simple'"
* @generated
*/
public interface Calendar extends EObject {
/**
* Returns the value of the 'Value' attribute.
*
*
* If the meaning of the 'Value' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Value' attribute.
* @see #setValue(String)
* @see org.jboss.drools.DroolsPackage#getCalendar_Value()
* @model dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="name=':0' kind='simple'"
* @generated
*/
String getValue();
/**
* Sets the value of the '{@link org.jboss.drools.Calendar#getValue Value}' attribute.
*
*
* @param value the new value of the 'Value' attribute.
* @see #getValue()
* @generated
*/
void setValue(String value);
/**
* Returns the value of the 'Id' attribute.
*
*
* If the meaning of the 'Id' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Id' attribute.
* @see #setId(String)
* @see org.jboss.drools.DroolsPackage#getCalendar_Id()
* @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
* extendedMetaData="kind='attribute' name='id'"
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.jboss.drools.Calendar#getId Id}' attribute.
*
*
* @param value the new value of the 'Id' attribute.
* @see #getId()
* @generated
*/
void setId(String value);
/**
* Returns the value of the 'Name' attribute.
*
*
* If the meaning of the 'Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see org.jboss.drools.DroolsPackage#getCalendar_Name()
* @model dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="kind='attribute' name='name'"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.jboss.drools.Calendar#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
} // Calendar
© 2015 - 2025 Weber Informatics LLC | Privacy Policy