Package | Description |
---|---|
com.saperion |
Main package for all SAPERION LARIX components.
|
com.saperion.intf |
This package contains the common used interfaces for the LARIX components.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI client wrapper components.
|
Modifier and Type | Method and Description |
---|---|
static com.lexmark.saperion.PropertyType |
SaTypeConverter.newPropertyType(SaValue value)
This factory method creates a new
property given a SaValue instance. |
Modifier and Type | Method and Description |
---|---|
SaValue[] |
SaPropertyValue.getValues()
Returns the value array of this property.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SaValue.equalsContent(SaValue compareValue)
Compares the contents of compareValue with this object's contents.
|
Modifier and Type | Method and Description |
---|---|
SaValue[] |
SaPropertyValueImpl.getValues()
Returns the value array of this property.
|
Modifier and Type | Method and Description |
---|---|
void |
SaPropertyValueImpl.addValue(SaValue value)
Adds a new value to this property.
|
void |
SaPropertyValueImpl.addValues(SaValue[] values)
Adds a new values to this property.
|
Constructor and Description |
---|
SaPropertyValueImpl(String ddc,
String name,
SaValue value)
Constructor for single value properties.
|
SaPropertyValueImpl(String ddc,
String name,
SaValue[] values)
Constructor for multivalue properties.
|
SaPropertyValueImpl(String ddc,
String name,
SaValue[] values,
boolean multivalue)
Constructor for single- and multivalue properties.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.