JavaScript is disabled on your browser.
All Superinterfaces:
IType
public interface IStructType
extends IType
Version:
$Revision: 1.1 $ $Date: 2003/08/07 09:54:05 $
Author:
Stepan Roh , Polarion Software
Method Summary
All Methods Instance Methods Abstract Methods
boolean
return the annotation value based on the key.
return the annotation map
boolean
Method Details
getStructTypeId
Returns:
The name of this structural type. The name is
unique among all struct type names. The concept of structure
type name allows to reuse the same structure type in more
object attributes.
allowsCustomFields
boolean allowsCustomFields ()
Returns:
true
if custom fields are allowed; false
if custom fields are not allowed .
Since:
3.21.1
getAnnotations
return the annotation map
Since:
3.21.1
getAnnotation
return the annotation value based on the key.
Since:
3.21.1
getSerializer
Returns:
serializer
Since:
3.2.0