org.apache.xmlbeans.impl.jam.mutable.MAnnotatedElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.batch.engine.service
Show all versions of com.liferay.batch.engine.service
Liferay Batch Engine Service
package org.apache.xmlbeans.impl.jam.mutable;
import org.apache.xmlbeans.impl.jam.JAnnotatedElement;
/**
* Mutable version of JAnnotatedElement.
*
* @author Patrick Calahan <email: pcal-at-bea-dot-com>
*/
public interface MAnnotatedElement extends MElement, JAnnotatedElement {
/**
* Returns the annotation having the given name, creating it if it doesn't
* exist.
*/
public MAnnotation findOrCreateAnnotation(String annotationName);
public MAnnotation[] getMutableAnnotations();
//DOCME
public MAnnotation getMutableAnnotation(String named);
//DOCME
public MAnnotation addLiteralAnnotation(String annotationName);
// public MAnnotation[] getLiteralMutableAnnotations();
// public MAnnotation[] getLiteralMutableAnnotations(String named);
//DOCME
public MComment getMutableComment();
//DOCME
public MComment createComment();
//DOCME
public void removeComment();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy