| Package | Description |
|---|---|
| com.bayesserver |
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
CustomProperty.copy()
Makes a copy of this instance.
|
CustomProperty |
CustomPropertyCollection.get(int index) |
CustomProperty |
CustomPropertyCollection.get(String name)
Gets the
CustomProperty with the specified name, from the collection, or returns null if not found. |
CustomProperty |
CustomPropertyCollection.remove(int index) |
CustomProperty |
CustomPropertyCollection.set(int index,
CustomProperty element) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomPropertyCollection.add(int index,
CustomProperty element) |
CustomProperty |
CustomPropertyCollection.set(int index,
CustomProperty element) |
Copyright © 2021. All rights reserved.