public class BDCProperties extends Object
BDC operator properties.
Constructor and Description |
---|
BDCProperties(Integer[] mcid)
Constructor for properties of BDC operator.
|
BDCProperties(Integer[] mcid,
String lang,
String expansionText)
Constructor for properties of BDC operator.
|
Modifier and Type | Method and Description |
---|---|
String |
getE()
Gets Expansion text value.
|
String |
getLang()
Gets Language value.
|
Integer[] |
getMCID()
Gets/sets MCID value.
|
void |
setE(String value)
sets Expansion text value.
|
void |
setLang(String value)
sets Language value.
|
void |
setMCID(Integer[] value)
Gets/sets MCID value.
|
public BDCProperties(Integer[] mcid)
Constructor for properties of BDC operator.
mcid
- Current mcid.public final Integer[] getMCID()
Gets/sets MCID value.
public final void setMCID(Integer[] value)
Gets/sets MCID value.
value
- Integer wrapped in array elementpublic final String getLang()
Gets Language value.
public final void setLang(String value)
sets Language value.
value
- String valuepublic final String getE()
Gets Expansion text value.
public final void setE(String value)
sets Expansion text value.
value
- String valueCopyright © 2024 Aspose. All Rights Reserved.