Searched defs:PropertySet (Results 1 – 1 of 1) sorted by relevance
243 type PropertySet struct { struct244 bp *Blueprint245 properties []*property246 sortLists bool257 func (ps *PropertySet) SortListsWhenModifying() {263 func (ps *PropertySet) SetString(s string) error {284 func (ps *PropertySet) SetBool(b bool) error {304 func (ps *PropertySet) AddStringToList(strs ...string) error {333 func (ps *PropertySet) RemoveStringFromList(strs ...string) error {362 func (ps *PropertySet) AddLiteral(s string) error {[all …]