public interface TeiidRelationshipType
| Modifier and Type | Method and Description |
|---|---|
TeiidRelationshipType |
convert(String proposedRelationshipType) |
boolean |
isValid(String proposedRelationshipType) |
String |
relationshipType() |
TeiidRelationshipType convert(String proposedRelationshipType)
proposedRelationshipType - the type being checked (can be null or empty)null)IllegalArgumentException - if the proposed type is not validboolean isValid(String proposedRelationshipType)
proposedRelationshipType - the type being checked (can be null or empty)true if the parameter is a valid relationship type of a VDB manifest artifactString relationshipType()
null or empty)Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.