Uses of Class
com.flower.docs.domain.tagclass.TagValueType
-
Packages that use TagValueType Package Description com.flower.docs.domain.tagclass -
-
Uses of TagValueType in com.flower.docs.domain.tagclass
Fields in com.flower.docs.domain.tagclass declared as TagValueType Modifier and Type Field Description protected TagValueTypeTagClass. typeThe value type of the tagMethods in com.flower.docs.domain.tagclass that return TagValueType Modifier and Type Method Description static TagValueTypeTagValueType. fromValue(java.lang.String v)TagValueTypeTagClass. getType()Gets the value of the type property.static TagValueTypeTagValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TagValueType[]TagValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flower.docs.domain.tagclass with parameters of type TagValueType Modifier and Type Method Description voidTagClass. setType(TagValueType value)Sets the value of the type property.Constructors in com.flower.docs.domain.tagclass with parameters of type TagValueType Constructor Description TagClass(Id id, Data data, TagValueType type, java.util.List<AllowedValue> allowedValues, java.lang.String pattern, java.util.List<I18NLabel> displayNames, boolean searchable)Fully-initialising value constructor
-