public interface AttributeSupport
| Modifier and Type | Method and Description |
|---|---|
pl.edu.icm.unity.types.basic.AttributeExt |
getAttributeByMetadata(pl.edu.icm.unity.types.basic.EntityParam entity,
String group,
String metadataId)
Returns attribute which has the given metadata set.
|
Map<String,pl.edu.icm.unity.types.basic.AttributeType> |
getAttributeTypesAsMap() |
List<pl.edu.icm.unity.types.basic.AttributeType> |
getAttributeTypeWithMetadata(String metadataId)
Returns all attribute types which have the given metadata set.
|
pl.edu.icm.unity.types.basic.AttributeType |
getAttributeTypeWithSingeltonMetadata(String metadataId)
Returns attribute type which has the given metadata set.
|
pl.edu.icm.unity.types.basic.AttributeType getAttributeTypeWithSingeltonMetadata(String metadataId) throws pl.edu.icm.unity.exceptions.EngineException
metadataId - pl.edu.icm.unity.exceptions.EngineExceptionList<pl.edu.icm.unity.types.basic.AttributeType> getAttributeTypeWithMetadata(String metadataId) throws pl.edu.icm.unity.exceptions.EngineException
metadataId - pl.edu.icm.unity.exceptions.EngineExceptionpl.edu.icm.unity.types.basic.AttributeExt getAttributeByMetadata(pl.edu.icm.unity.types.basic.EntityParam entity,
String group,
String metadataId)
throws pl.edu.icm.unity.exceptions.EngineException
entity - group - metadataId - pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2018 Unity. All rights reserved.