Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.CommentType
-
Packages that use CommentType Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of CommentType in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return CommentType Modifier and Type Method Description CommentTypeAssetComment. getCommentType()Return an enum that describes the type of comment. -
Uses of CommentType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as CommentType Modifier and Type Field Description protected CommentTypeComment. commentTypeMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return CommentType Modifier and Type Method Description CommentTypeComment. getCommentType()Return an enum that describes the type of comment.static CommentTypeCommentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommentType[]CommentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type CommentType Modifier and Type Method Description voidComment. setCommentType(CommentType commentType)Set up the enum that describes the type of comment.
-