java.lang.Object
org.praxislive.core.Info.ArgumentInfoBuilder<Info.StringInfoBuilder>
org.praxislive.core.Info.StringInfoBuilder
- Enclosing class:
Info
public static final class Info.StringInfoBuilder
extends Info.ArgumentInfoBuilder<Info.StringInfoBuilder>
Builder for ArgumentInfo of PString.
-
Method Summary
Modifier and TypeMethodDescriptionSet allowed values property.Set empty is default property.Set the mime type property.Set suggested values property.Set the template property.Methods inherited from class org.praxislive.core.Info.ArgumentInfoBuilder
build, property
-
Method Details
-
allowed
Set allowed values property.- Parameters:
values- allowed values- Returns:
- this
-
suggested
Set suggested values property.- Parameters:
values- suggested values- Returns:
- this
-
emptyIsDefault
Set empty is default property.- Returns:
- this
-
template
Set the template property.- Parameters:
template-- Returns:
- this
-
mime
Set the mime type property.- Parameters:
mime-- Returns:
- this
-