Package | Description |
---|---|
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 Server.
|
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 © 2016 SAPERION AG. All rights reserved.