Package com.comsol.model
Interface Information
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
public interface Information extends ModelEntity
Material information objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
body()
Returns body of information object.Information
body(java.lang.String text)
Sets body text of information object.java.lang.String
title()
Returns title of information object.Information
title(java.lang.String title)
Sets title of information object.-
Methods inherited from interface com.comsol.model.ModelEntity
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
body
java.lang.String body()
Returns body of information object.- Returns:
- Body of information object.
-
body
Information body(java.lang.String text)
Sets body text of information object.- Parameters:
text
- Information object body text.- Returns:
- Information object.
-
title
java.lang.String title()
Returns title of information object.- Returns:
- Title of information object.
-
title
Information title(java.lang.String title)
Sets title of information object.- Parameters:
title
- Information object title.- Returns:
- Information object.
-
-