Interface IContentType
-
- All Known Implementing Classes:
ContentType
public interface IContentType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()IParametersgetParameters()IPrimaryTypegetPrimaryType()ISecondaryTypegetSecondaryType()IOptional<IVersion,java.lang.RuntimeException>getVersion()
-
-
-
Method Detail
-
getPrimaryType
IPrimaryType getPrimaryType()
-
getSecondaryType
ISecondaryType getSecondaryType()
-
getParameters
IParameters getParameters()
-
getName
java.lang.String getName()
-
-