Package org.dominokit.ui.tools.processor
Class MetaIconInfo
- java.lang.Object
-
- org.dominokit.ui.tools.processor.MetaIconInfo
-
public class MetaIconInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description MetaIconInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAliases()Getter for the fieldaliases.StringgetAuthor()Getter for the fieldauthor.StringgetCodepoint()Getter for the fieldcodepoint.StringgetName()Getter for the fieldname.List<String>getTags()Getter for the fieldtags.StringgetVersion()Getter for the fieldversion.booleanisDeprecated()isDeprecated.voidsetAliases(List<String> aliases)Setter for the fieldaliases.voidsetAuthor(String author)Setter for the fieldauthor.voidsetCodepoint(String codepoint)Setter for the fieldcodepoint.voidsetDeprecated(boolean deprecated)Setter for the fielddeprecated.voidsetName(String name)Setter for the fieldname.voidsetTags(List<String> tags)Setter for the fieldtags.voidsetVersion(String version)Setter for the fieldversion.
-
-
-
Method Detail
-
setName
public void setName(String name)
Setter for the fieldname.- Parameters:
name- aStringobject.
-
setCodepoint
public void setCodepoint(String codepoint)
Setter for the fieldcodepoint.- Parameters:
codepoint- aStringobject.
-
setAliases
public void setAliases(List<String> aliases)
Setter for the fieldaliases.- Parameters:
aliases- aListobject.
-
setTags
public void setTags(List<String> tags)
Setter for the fieldtags.- Parameters:
tags- aListobject.
-
setAuthor
public void setAuthor(String author)
Setter for the fieldauthor.- Parameters:
author- aStringobject.
-
setVersion
public void setVersion(String version)
Setter for the fieldversion.- Parameters:
version- aStringobject.
-
isDeprecated
public boolean isDeprecated()
isDeprecated.- Returns:
- a boolean.
-
setDeprecated
public void setDeprecated(boolean deprecated)
Setter for the fielddeprecated.- Parameters:
deprecated- a boolean.
-
-