- 所有已实现的接口:
Content
Represents a text content.
-
-
方法概要
Returns the type of content.
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
TextContent
public TextContent()
-
方法详细资料
-
getType
Returns the type of content.
Can be used to cast the content to the correct type.
- 指定者:
getType 在接口中 Content
- 返回:
- The type of content.