Interface CBProtocolVersionDeclarationType
- All Known Implementing Classes:
CBProtocolVersionDeclaration
public interface CBProtocolVersionDeclarationType
The type of protocol version declarations.
-
Method Details
-
owner
CBProtocolDeclarationType owner()- Returns:
- The declaration that owns this declaration
-
version
BigInteger version()- Returns:
- The version number
-
types
- Returns:
- The types in this version
-
containsType
- Parameters:
type- The type- Returns:
trueif the version containstype
-