public interface TeiidExtendedType
| Modifier and Type | Method and Description |
|---|---|
TeiidExtendedType |
convert(String proposedExtendedType) |
String |
extendedType() |
boolean |
isValid(String proposedExtendedType) |
TeiidExtendedType convert(String proposedExtendedType)
proposedExtendedType - the type being checked (can be null or empty)null)IllegalArgumentException - if the proposed type is not validString extendedType()
null or empty)boolean isValid(String proposedExtendedType)
proposedExtendedType - the type being checked (can be null or empty)true if the parameter is a valid extended type of a VDB manifest artifactCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.