org.omg.spec.bpmn.di.BPMNLabelStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.bonitasoft.spec.bpmn
Show all versions of org.bonitasoft.spec.bpmn
Contains the Bonita Process Domain Logic.
The newest version!
/**
* Copyright (C) 2023 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2.0 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
package org.omg.spec.bpmn.di;
import org.omg.spec.dd.dc.Font;
import org.omg.spec.dd.di.Style;
/**
*
* A representation of the model object 'BPMN Label Style'.
*
*
*
* The following features are supported:
*
*
* - {@link org.omg.spec.bpmn.di.BPMNLabelStyle#getFont Font}
*
*
* @see org.omg.spec.bpmn.di.DiPackage#getBPMNLabelStyle()
* @model extendedMetaData="name='BPMNLabelStyle' kind='elementOnly'"
* @generated
*/
public interface BPMNLabelStyle extends Style {
/**
* Returns the value of the 'Font' containment reference.
*
*
* @return the value of the 'Font' containment reference.
* @see #setFont(Font)
* @see org.omg.spec.bpmn.di.DiPackage#getBPMNLabelStyle_Font()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='Font' namespace='http://www.omg.org/spec/DD/20100524/DC'"
* @generated
*/
Font getFont();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.di.BPMNLabelStyle#getFont Font}' containment reference.
*
*
* @param value the new value of the 'Font' containment reference.
* @see #getFont()
* @generated
*/
void setFont(Font value);
} // BPMNLabelStyle
© 2015 - 2025 Weber Informatics LLC | Privacy Policy