Documentation ¶
Overview ¶
Package propertyicon contains the implementation for the icon property. All applications are strongly encouraged to use the interface instead of this concrete definition. The interfaces allow applications to consume only the types and properties needed and be independent of the go-fed implementation if another alternative implementation is created. This package is code-generated and subject to the same license as the go-fed tool used to generate it.
This package is independent of other types' and properties' implementations by having a Manager injected into it to act as a factory for the concrete implementations. The implementations have been generated into their own separate subpackages for each vocabulary.
Strongly consider using the interfaces instead of this package.
Index ¶
- func DeserializeIconProperty(m map[string]interface{}, aliasMap map[string]string) (vocab.ActivityStreamsIconProperty, error)
- func SetManager(m privateManager)
- type ActivityStreamsIconProperty
- func (this *ActivityStreamsIconProperty) AppendActivityStreamsImage(v vocab.ActivityStreamsImage)
- func (this *ActivityStreamsIconProperty) AppendActivityStreamsLink(v vocab.ActivityStreamsLink)
- func (this *ActivityStreamsIconProperty) AppendActivityStreamsMention(v vocab.ActivityStreamsMention)
- func (this *ActivityStreamsIconProperty) AppendIRI(v *url.URL)
- func (this *ActivityStreamsIconProperty) AppendType(t vocab.Type) error
- func (this ActivityStreamsIconProperty) At(index int) vocab.ActivityStreamsIconPropertyIterator
- func (this ActivityStreamsIconProperty) Begin() vocab.ActivityStreamsIconPropertyIterator
- func (this ActivityStreamsIconProperty) Empty() bool
- func (this ActivityStreamsIconProperty) End() vocab.ActivityStreamsIconPropertyIterator
- func (this *ActivityStreamsIconProperty) InsertActivityStreamsImage(idx int, v vocab.ActivityStreamsImage)
- func (this *ActivityStreamsIconProperty) InsertActivityStreamsLink(idx int, v vocab.ActivityStreamsLink)
- func (this *ActivityStreamsIconProperty) InsertActivityStreamsMention(idx int, v vocab.ActivityStreamsMention)
- func (this *ActivityStreamsIconProperty) InsertIRI(idx int, v *url.URL)
- func (this *ActivityStreamsIconProperty) InsertType(idx int, t vocab.Type) error
- func (this ActivityStreamsIconProperty) JSONLDContext() map[string]string
- func (this ActivityStreamsIconProperty) KindIndex(idx int) int
- func (this ActivityStreamsIconProperty) Len() (length int)
- func (this ActivityStreamsIconProperty) Less(i, j int) bool
- func (this ActivityStreamsIconProperty) LessThan(o vocab.ActivityStreamsIconProperty) bool
- func (this ActivityStreamsIconProperty) Name() string
- func (this *ActivityStreamsIconProperty) PrependActivityStreamsImage(v vocab.ActivityStreamsImage)
- func (this *ActivityStreamsIconProperty) PrependActivityStreamsLink(v vocab.ActivityStreamsLink)
- func (this *ActivityStreamsIconProperty) PrependActivityStreamsMention(v vocab.ActivityStreamsMention)
- func (this *ActivityStreamsIconProperty) PrependIRI(v *url.URL)
- func (this *ActivityStreamsIconProperty) PrependType(t vocab.Type) error
- func (this *ActivityStreamsIconProperty) Remove(idx int)
- func (this ActivityStreamsIconProperty) Serialize() (interface{}, error)
- func (this *ActivityStreamsIconProperty) SetActivityStreamsImage(idx int, v vocab.ActivityStreamsImage)
- func (this *ActivityStreamsIconProperty) SetActivityStreamsLink(idx int, v vocab.ActivityStreamsLink)
- func (this *ActivityStreamsIconProperty) SetActivityStreamsMention(idx int, v vocab.ActivityStreamsMention)
- func (this *ActivityStreamsIconProperty) SetIRI(idx int, v *url.URL)
- func (this *ActivityStreamsIconProperty) SetType(idx int, t vocab.Type) error
- func (this ActivityStreamsIconProperty) Swap(i, j int)
- type ActivityStreamsIconPropertyIterator
- func (this ActivityStreamsIconPropertyIterator) GetActivityStreamsImage() vocab.ActivityStreamsImage
- func (this ActivityStreamsIconPropertyIterator) GetActivityStreamsLink() vocab.ActivityStreamsLink
- func (this ActivityStreamsIconPropertyIterator) GetActivityStreamsMention() vocab.ActivityStreamsMention
- func (this ActivityStreamsIconPropertyIterator) GetIRI() *url.URL
- func (this ActivityStreamsIconPropertyIterator) GetType() vocab.Type
- func (this ActivityStreamsIconPropertyIterator) HasAny() bool
- func (this ActivityStreamsIconPropertyIterator) IsActivityStreamsImage() bool
- func (this ActivityStreamsIconPropertyIterator) IsActivityStreamsLink() bool
- func (this ActivityStreamsIconPropertyIterator) IsActivityStreamsMention() bool
- func (this ActivityStreamsIconPropertyIterator) IsIRI() bool
- func (this ActivityStreamsIconPropertyIterator) JSONLDContext() map[string]string
- func (this ActivityStreamsIconPropertyIterator) KindIndex() int
- func (this ActivityStreamsIconPropertyIterator) LessThan(o vocab.ActivityStreamsIconPropertyIterator) bool
- func (this ActivityStreamsIconPropertyIterator) Name() string
- func (this ActivityStreamsIconPropertyIterator) Next() vocab.ActivityStreamsIconPropertyIterator
- func (this ActivityStreamsIconPropertyIterator) Prev() vocab.ActivityStreamsIconPropertyIterator
- func (this *ActivityStreamsIconPropertyIterator) SetActivityStreamsImage(v vocab.ActivityStreamsImage)
- func (this *ActivityStreamsIconPropertyIterator) SetActivityStreamsLink(v vocab.ActivityStreamsLink)
- func (this *ActivityStreamsIconPropertyIterator) SetActivityStreamsMention(v vocab.ActivityStreamsMention)
- func (this *ActivityStreamsIconPropertyIterator) SetIRI(v *url.URL)
- func (this *ActivityStreamsIconPropertyIterator) SetType(t vocab.Type) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeserializeIconProperty ¶
func DeserializeIconProperty(m map[string]interface{}, aliasMap map[string]string) (vocab.ActivityStreamsIconProperty, error)
DeserializeIconProperty creates a "icon" property from an interface representation that has been unmarshalled from a text or binary format.
func SetManager ¶
func SetManager(m privateManager)
SetManager sets the manager package-global variable. For internal use only, do not use as part of Application behavior. Must be called at golang init time.
Types ¶
type ActivityStreamsIconProperty ¶
type ActivityStreamsIconProperty struct {
// contains filtered or unexported fields
}
ActivityStreamsIconProperty is the non-functional property "icon". It is permitted to have one or more values, and of different value types.
func NewActivityStreamsIconProperty ¶
func NewActivityStreamsIconProperty() *ActivityStreamsIconProperty
NewActivityStreamsIconProperty creates a new icon property.
func (*ActivityStreamsIconProperty) AppendActivityStreamsImage ¶
func (this *ActivityStreamsIconProperty) AppendActivityStreamsImage(v vocab.ActivityStreamsImage)
AppendActivityStreamsImage appends a Image value to the back of a list of the property "icon". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsIconProperty) AppendActivityStreamsLink ¶
func (this *ActivityStreamsIconProperty) AppendActivityStreamsLink(v vocab.ActivityStreamsLink)
AppendActivityStreamsLink appends a Link value to the back of a list of the property "icon". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsIconProperty) AppendActivityStreamsMention ¶
func (this *ActivityStreamsIconProperty) AppendActivityStreamsMention(v vocab.ActivityStreamsMention)
AppendActivityStreamsMention appends a Mention value to the back of a list of the property "icon". Invalidates iterators that are traversing using Prev.
func (*ActivityStreamsIconProperty) AppendIRI ¶
func (this *ActivityStreamsIconProperty) AppendIRI(v *url.URL)
AppendIRI appends an IRI value to the back of a list of the property "icon"
func (*ActivityStreamsIconProperty) AppendType ¶
func (this *ActivityStreamsIconProperty) AppendType(t vocab.Type) error
PrependType prepends an arbitrary type value to the front of a list of the property "icon". Invalidates iterators that are traversing using Prev. Returns an error if the type is not a valid one to set for this property.
func (ActivityStreamsIconProperty) At ¶
func (this ActivityStreamsIconProperty) At(index int) vocab.ActivityStreamsIconPropertyIterator
At returns the property value for the specified index. Panics if the index is out of bounds.
func (ActivityStreamsIconProperty) Begin ¶
func (this ActivityStreamsIconProperty) Begin() vocab.ActivityStreamsIconPropertyIterator
Begin returns the first iterator, or nil if empty. Can be used with the iterator's Next method and this property's End method to iterate from front to back through all values.
func (ActivityStreamsIconProperty) Empty ¶
func (this ActivityStreamsIconProperty) Empty() bool
Empty returns returns true if there are no elements.
func (ActivityStreamsIconProperty) End ¶
func (this ActivityStreamsIconProperty) End() vocab.ActivityStreamsIconPropertyIterator
End returns beyond-the-last iterator, which is nil. Can be used with the iterator's Next method and this property's Begin method to iterate from front to back through all values.
func (*ActivityStreamsIconProperty) InsertActivityStreamsImage ¶
func (this *ActivityStreamsIconProperty) InsertActivityStreamsImage(idx int, v vocab.ActivityStreamsImage)
InsertActivityStreamsImage inserts a Image value at the specified index for a property "icon". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsIconProperty) InsertActivityStreamsLink ¶
func (this *ActivityStreamsIconProperty) InsertActivityStreamsLink(idx int, v vocab.ActivityStreamsLink)
InsertActivityStreamsLink inserts a Link value at the specified index for a property "icon". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsIconProperty) InsertActivityStreamsMention ¶
func (this *ActivityStreamsIconProperty) InsertActivityStreamsMention(idx int, v vocab.ActivityStreamsMention)
InsertActivityStreamsMention inserts a Mention value at the specified index for a property "icon". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsIconProperty) InsertIRI ¶
func (this *ActivityStreamsIconProperty) InsertIRI(idx int, v *url.URL)
Insert inserts an IRI value at the specified index for a property "icon". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsIconProperty) InsertType ¶
func (this *ActivityStreamsIconProperty) InsertType(idx int, t vocab.Type) error
PrependType prepends an arbitrary type value to the front of a list of the property "icon". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property.
func (ActivityStreamsIconProperty) JSONLDContext ¶
func (this ActivityStreamsIconProperty) JSONLDContext() map[string]string
JSONLDContext returns the JSONLD URIs required in the context string for this property and the specific values that are set. The value in the map is the alias used to import the property's value or values.
func (ActivityStreamsIconProperty) KindIndex ¶
func (this ActivityStreamsIconProperty) KindIndex(idx int) int
KindIndex computes an arbitrary value for indexing this kind of value. This is a leaky API method specifically needed only for alternate implementations for go-fed. Applications should not use this method. Panics if the index is out of bounds.
func (ActivityStreamsIconProperty) Len ¶
func (this ActivityStreamsIconProperty) Len() (length int)
Len returns the number of values that exist for the "icon" property.
func (ActivityStreamsIconProperty) Less ¶
func (this ActivityStreamsIconProperty) Less(i, j int) bool
Less computes whether another property is less than this one. Mixing types results in a consistent but arbitrary ordering
func (ActivityStreamsIconProperty) LessThan ¶
func (this ActivityStreamsIconProperty) LessThan(o vocab.ActivityStreamsIconProperty) bool
LessThan compares two instances of this property with an arbitrary but stable comparison. Applications should not use this because it is only meant to help alternative implementations to go-fed to be able to normalize nonfunctional properties.
func (ActivityStreamsIconProperty) Name ¶
func (this ActivityStreamsIconProperty) Name() string
Name returns the name of this property ("icon") with any alias.
func (*ActivityStreamsIconProperty) PrependActivityStreamsImage ¶
func (this *ActivityStreamsIconProperty) PrependActivityStreamsImage(v vocab.ActivityStreamsImage)
PrependActivityStreamsImage prepends a Image value to the front of a list of the property "icon". Invalidates all iterators.
func (*ActivityStreamsIconProperty) PrependActivityStreamsLink ¶
func (this *ActivityStreamsIconProperty) PrependActivityStreamsLink(v vocab.ActivityStreamsLink)
PrependActivityStreamsLink prepends a Link value to the front of a list of the property "icon". Invalidates all iterators.
func (*ActivityStreamsIconProperty) PrependActivityStreamsMention ¶
func (this *ActivityStreamsIconProperty) PrependActivityStreamsMention(v vocab.ActivityStreamsMention)
PrependActivityStreamsMention prepends a Mention value to the front of a list of the property "icon". Invalidates all iterators.
func (*ActivityStreamsIconProperty) PrependIRI ¶
func (this *ActivityStreamsIconProperty) PrependIRI(v *url.URL)
PrependIRI prepends an IRI value to the front of a list of the property "icon".
func (*ActivityStreamsIconProperty) PrependType ¶
func (this *ActivityStreamsIconProperty) PrependType(t vocab.Type) error
PrependType prepends an arbitrary type value to the front of a list of the property "icon". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property.
func (*ActivityStreamsIconProperty) Remove ¶
func (this *ActivityStreamsIconProperty) Remove(idx int)
Remove deletes an element at the specified index from a list of the property "icon", regardless of its type. Panics if the index is out of bounds. Invalidates all iterators.
func (ActivityStreamsIconProperty) Serialize ¶
func (this ActivityStreamsIconProperty) Serialize() (interface{}, error)
Serialize converts this into an interface representation suitable for marshalling into a text or binary format. Applications should not need this function as most typical use cases serialize types instead of individual properties. It is exposed for alternatives to go-fed implementations to use.
func (*ActivityStreamsIconProperty) SetActivityStreamsImage ¶
func (this *ActivityStreamsIconProperty) SetActivityStreamsImage(idx int, v vocab.ActivityStreamsImage)
SetActivityStreamsImage sets a Image value to be at the specified index for the property "icon". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsIconProperty) SetActivityStreamsLink ¶
func (this *ActivityStreamsIconProperty) SetActivityStreamsLink(idx int, v vocab.ActivityStreamsLink)
SetActivityStreamsLink sets a Link value to be at the specified index for the property "icon". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsIconProperty) SetActivityStreamsMention ¶
func (this *ActivityStreamsIconProperty) SetActivityStreamsMention(idx int, v vocab.ActivityStreamsMention)
SetActivityStreamsMention sets a Mention value to be at the specified index for the property "icon". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsIconProperty) SetIRI ¶
func (this *ActivityStreamsIconProperty) SetIRI(idx int, v *url.URL)
SetIRI sets an IRI value to be at the specified index for the property "icon". Panics if the index is out of bounds.
func (*ActivityStreamsIconProperty) SetType ¶
func (this *ActivityStreamsIconProperty) SetType(idx int, t vocab.Type) error
SetType sets an arbitrary type value to the specified index of the property "icon". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property. Panics if the index is out of bounds.
func (ActivityStreamsIconProperty) Swap ¶
func (this ActivityStreamsIconProperty) Swap(i, j int)
Swap swaps the location of values at two indices for the "icon" property.
type ActivityStreamsIconPropertyIterator ¶
type ActivityStreamsIconPropertyIterator struct {
// contains filtered or unexported fields
}
ActivityStreamsIconPropertyIterator is an iterator for a property. It is permitted to be one of multiple value types. At most, one type of value can be present, or none at all. Setting a value will clear the other types of values so that only one of the 'Is' methods will return true. It is possible to clear all values, so that this property is empty.
func NewActivityStreamsIconPropertyIterator ¶
func NewActivityStreamsIconPropertyIterator() *ActivityStreamsIconPropertyIterator
NewActivityStreamsIconPropertyIterator creates a new ActivityStreamsIcon property.
func (ActivityStreamsIconPropertyIterator) GetActivityStreamsImage ¶
func (this ActivityStreamsIconPropertyIterator) GetActivityStreamsImage() vocab.ActivityStreamsImage
GetActivityStreamsImage returns the value of this property. When IsActivityStreamsImage returns false, GetActivityStreamsImage will return an arbitrary value.
func (ActivityStreamsIconPropertyIterator) GetActivityStreamsLink ¶
func (this ActivityStreamsIconPropertyIterator) GetActivityStreamsLink() vocab.ActivityStreamsLink
GetActivityStreamsLink returns the value of this property. When IsActivityStreamsLink returns false, GetActivityStreamsLink will return an arbitrary value.
func (ActivityStreamsIconPropertyIterator) GetActivityStreamsMention ¶
func (this ActivityStreamsIconPropertyIterator) GetActivityStreamsMention() vocab.ActivityStreamsMention
GetActivityStreamsMention returns the value of this property. When IsActivityStreamsMention returns false, GetActivityStreamsMention will return an arbitrary value.
func (ActivityStreamsIconPropertyIterator) GetIRI ¶
func (this ActivityStreamsIconPropertyIterator) GetIRI() *url.URL
GetIRI returns the IRI of this property. When IsIRI returns false, GetIRI will return an arbitrary value.
func (ActivityStreamsIconPropertyIterator) GetType ¶
func (this ActivityStreamsIconPropertyIterator) GetType() vocab.Type
GetType returns the value in this property as a Type. Returns nil if the value is not an ActivityStreams type, such as an IRI or another value.
func (ActivityStreamsIconPropertyIterator) HasAny ¶
func (this ActivityStreamsIconPropertyIterator) HasAny() bool
HasAny returns true if any of the different values is set.
func (ActivityStreamsIconPropertyIterator) IsActivityStreamsImage ¶
func (this ActivityStreamsIconPropertyIterator) IsActivityStreamsImage() bool
IsActivityStreamsImage returns true if this property has a type of "Image". When true, use the GetActivityStreamsImage and SetActivityStreamsImage methods to access and set this property.
func (ActivityStreamsIconPropertyIterator) IsActivityStreamsLink ¶
func (this ActivityStreamsIconPropertyIterator) IsActivityStreamsLink() bool
IsActivityStreamsLink returns true if this property has a type of "Link". When true, use the GetActivityStreamsLink and SetActivityStreamsLink methods to access and set this property.
func (ActivityStreamsIconPropertyIterator) IsActivityStreamsMention ¶
func (this ActivityStreamsIconPropertyIterator) IsActivityStreamsMention() bool
IsActivityStreamsMention returns true if this property has a type of "Mention". When true, use the GetActivityStreamsMention and SetActivityStreamsMention methods to access and set this property.
func (ActivityStreamsIconPropertyIterator) IsIRI ¶
func (this ActivityStreamsIconPropertyIterator) IsIRI() bool
IsIRI returns true if this property is an IRI. When true, use GetIRI and SetIRI to access and set this property
func (ActivityStreamsIconPropertyIterator) JSONLDContext ¶
func (this ActivityStreamsIconPropertyIterator) JSONLDContext() map[string]string
JSONLDContext returns the JSONLD URIs required in the context string for this property and the specific values that are set. The value in the map is the alias used to import the property's value or values.
func (ActivityStreamsIconPropertyIterator) KindIndex ¶
func (this ActivityStreamsIconPropertyIterator) KindIndex() int
KindIndex computes an arbitrary value for indexing this kind of value. This is a leaky API detail only for folks looking to replace the go-fed implementation. Applications should not use this method.
func (ActivityStreamsIconPropertyIterator) LessThan ¶
func (this ActivityStreamsIconPropertyIterator) LessThan(o vocab.ActivityStreamsIconPropertyIterator) bool
LessThan compares two instances of this property with an arbitrary but stable comparison. Applications should not use this because it is only meant to help alternative implementations to go-fed to be able to normalize nonfunctional properties.
func (ActivityStreamsIconPropertyIterator) Name ¶
func (this ActivityStreamsIconPropertyIterator) Name() string
Name returns the name of this property: "ActivityStreamsIcon".
func (ActivityStreamsIconPropertyIterator) Next ¶
func (this ActivityStreamsIconPropertyIterator) Next() vocab.ActivityStreamsIconPropertyIterator
Next returns the next iterator, or nil if there is no next iterator.
func (ActivityStreamsIconPropertyIterator) Prev ¶
func (this ActivityStreamsIconPropertyIterator) Prev() vocab.ActivityStreamsIconPropertyIterator
Prev returns the previous iterator, or nil if there is no previous iterator.
func (*ActivityStreamsIconPropertyIterator) SetActivityStreamsImage ¶
func (this *ActivityStreamsIconPropertyIterator) SetActivityStreamsImage(v vocab.ActivityStreamsImage)
SetActivityStreamsImage sets the value of this property. Calling IsActivityStreamsImage afterwards returns true.
func (*ActivityStreamsIconPropertyIterator) SetActivityStreamsLink ¶
func (this *ActivityStreamsIconPropertyIterator) SetActivityStreamsLink(v vocab.ActivityStreamsLink)
SetActivityStreamsLink sets the value of this property. Calling IsActivityStreamsLink afterwards returns true.
func (*ActivityStreamsIconPropertyIterator) SetActivityStreamsMention ¶
func (this *ActivityStreamsIconPropertyIterator) SetActivityStreamsMention(v vocab.ActivityStreamsMention)
SetActivityStreamsMention sets the value of this property. Calling IsActivityStreamsMention afterwards returns true.
func (*ActivityStreamsIconPropertyIterator) SetIRI ¶
func (this *ActivityStreamsIconPropertyIterator) SetIRI(v *url.URL)
SetIRI sets the value of this property. Calling IsIRI afterwards returns true.