public class RelationValueSelectorFactory
extends java.lang.Object
Constructor and Description |
---|
RelationValueSelectorFactory() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.String> |
getNames(java.lang.String in)
Deprecated.
- replace with MyString.getNames
|
static java.util.LinkedList<java.lang.String> |
getNamesInEntryOrder(java.lang.String in)
Deprecated.
- replace with MyString.getNamesInEntryOrder
|
static java.util.LinkedHashSet<java.lang.String> |
getNamesInEntryOrderWithoutDuplicates(java.lang.String in)
Deprecated.
- replace with MyString.getNamesInEntryOrderWithoutDuplicates
|
static java.lang.String |
getRelationAttributeValueCommalist(Relation x,
java.lang.String attributeName)
Deprecated.
- replace with be.SIRAPRISE.Relations.getRelationAttributeValueCommalist()
|
static Relation |
getUnaryRelationValue(java.util.Set<java.lang.String> names,
NameIdentifier attributeNameIdentifier,
NameIdentifier typeNameIdentifier) |
static Relation |
getUnaryRelationValue(java.util.Set<java.lang.String> names,
java.lang.String attributeName,
java.lang.String typeName) |
static java.lang.String |
getUnaryRelationValueSelectorExpressionText(java.util.Set<java.lang.String> names,
java.lang.String attributeName,
java.lang.String typeName) |
@Deprecated public static final java.util.Set<java.lang.String> getNames(java.lang.String in)
in
- A comma-separated list of names@Deprecated public static final java.util.LinkedList<java.lang.String> getNamesInEntryOrder(java.lang.String in)
in
- A comma-separated list of names@Deprecated public static final java.util.LinkedHashSet<java.lang.String> getNamesInEntryOrderWithoutDuplicates(java.lang.String in)
in
- A comma-separated list of names@Deprecated public static final java.lang.String getRelationAttributeValueCommalist(Relation x, java.lang.String attributeName)
x
- -attributeName
- -public static final java.lang.String getUnaryRelationValueSelectorExpressionText(java.util.Set<java.lang.String> names, java.lang.String attributeName, java.lang.String typeName)
names
- -attributeName
- -typeName
- -public static final Relation getUnaryRelationValue(java.util.Set<java.lang.String> names, java.lang.String attributeName, java.lang.String typeName) throws InvalidValueException, NotFoundException
names
- -attributeName
- -typeName
- -NotFoundException
- If no implementation could be found for the named typeInvalidValueException
- If the set of valuetexts contains a valuetext that is not a valid representation for any value of the named typepublic static Relation getUnaryRelationValue(java.util.Set<java.lang.String> names, NameIdentifier attributeNameIdentifier, NameIdentifier typeNameIdentifier) throws NotFoundException, InvalidValueException
names
- -attributeNameIdentifier
- -typeNameIdentifier
- -NotFoundException
- If no implementation could be found for the named typeInvalidValueException
- If the set of valuetexts contains a valuetext that is not a valid representation for any value of the named type