Documentation ¶
Overview ¶
Package propertysensitive contains the implementation for the sensitive 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 DeserializeSensitiveProperty(m map[string]interface{}, aliasMap map[string]string) (vocab.ActivityStreamsSensitiveProperty, error)
- func SetManager(m privateManager)
- type ActivityStreamsSensitiveProperty
- func (this *ActivityStreamsSensitiveProperty) AppendIRI(v *url.URL)
- func (this *ActivityStreamsSensitiveProperty) AppendXMLSchemaBoolean(v bool)
- func (this ActivityStreamsSensitiveProperty) At(index int) vocab.ActivityStreamsSensitivePropertyIterator
- func (this ActivityStreamsSensitiveProperty) Begin() vocab.ActivityStreamsSensitivePropertyIterator
- func (this ActivityStreamsSensitiveProperty) Empty() bool
- func (this ActivityStreamsSensitiveProperty) End() vocab.ActivityStreamsSensitivePropertyIterator
- func (this *ActivityStreamsSensitiveProperty) InsertIRI(idx int, v *url.URL)
- func (this *ActivityStreamsSensitiveProperty) InsertXMLSchemaBoolean(idx int, v bool)
- func (this ActivityStreamsSensitiveProperty) JSONLDContext() map[string]string
- func (this ActivityStreamsSensitiveProperty) KindIndex(idx int) int
- func (this ActivityStreamsSensitiveProperty) Len() (length int)
- func (this ActivityStreamsSensitiveProperty) Less(i, j int) bool
- func (this ActivityStreamsSensitiveProperty) LessThan(o vocab.ActivityStreamsSensitiveProperty) bool
- func (this ActivityStreamsSensitiveProperty) Name() string
- func (this *ActivityStreamsSensitiveProperty) PrependIRI(v *url.URL)
- func (this *ActivityStreamsSensitiveProperty) PrependXMLSchemaBoolean(v bool)
- func (this *ActivityStreamsSensitiveProperty) Remove(idx int)
- func (this ActivityStreamsSensitiveProperty) Serialize() (interface{}, error)
- func (this *ActivityStreamsSensitiveProperty) Set(idx int, v bool)
- func (this *ActivityStreamsSensitiveProperty) SetIRI(idx int, v *url.URL)
- func (this ActivityStreamsSensitiveProperty) Swap(i, j int)
- type ActivityStreamsSensitivePropertyIterator
- func (this ActivityStreamsSensitivePropertyIterator) Get() bool
- func (this ActivityStreamsSensitivePropertyIterator) GetIRI() *url.URL
- func (this ActivityStreamsSensitivePropertyIterator) HasAny() bool
- func (this ActivityStreamsSensitivePropertyIterator) IsIRI() bool
- func (this ActivityStreamsSensitivePropertyIterator) IsXMLSchemaBoolean() bool
- func (this ActivityStreamsSensitivePropertyIterator) JSONLDContext() map[string]string
- func (this ActivityStreamsSensitivePropertyIterator) KindIndex() int
- func (this ActivityStreamsSensitivePropertyIterator) LessThan(o vocab.ActivityStreamsSensitivePropertyIterator) bool
- func (this ActivityStreamsSensitivePropertyIterator) Name() string
- func (this ActivityStreamsSensitivePropertyIterator) Next() vocab.ActivityStreamsSensitivePropertyIterator
- func (this ActivityStreamsSensitivePropertyIterator) Prev() vocab.ActivityStreamsSensitivePropertyIterator
- func (this *ActivityStreamsSensitivePropertyIterator) Set(v bool)
- func (this *ActivityStreamsSensitivePropertyIterator) SetIRI(v *url.URL)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeserializeSensitiveProperty ¶
func DeserializeSensitiveProperty(m map[string]interface{}, aliasMap map[string]string) (vocab.ActivityStreamsSensitiveProperty, error)
DeserializeSensitiveProperty creates a "sensitive" 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 ActivityStreamsSensitiveProperty ¶
type ActivityStreamsSensitiveProperty struct {
// contains filtered or unexported fields
}
ActivityStreamsSensitiveProperty is the non-functional property "sensitive". It is permitted to have one or more values, and of different value types.
func NewActivityStreamsSensitiveProperty ¶
func NewActivityStreamsSensitiveProperty() *ActivityStreamsSensitiveProperty
NewActivityStreamsSensitiveProperty creates a new sensitive property.
func (*ActivityStreamsSensitiveProperty) AppendIRI ¶
func (this *ActivityStreamsSensitiveProperty) AppendIRI(v *url.URL)
AppendIRI appends an IRI value to the back of a list of the property "sensitive"
func (*ActivityStreamsSensitiveProperty) AppendXMLSchemaBoolean ¶
func (this *ActivityStreamsSensitiveProperty) AppendXMLSchemaBoolean(v bool)
AppendXMLSchemaBoolean appends a boolean value to the back of a list of the property "sensitive". Invalidates iterators that are traversing using Prev.
func (ActivityStreamsSensitiveProperty) At ¶
func (this ActivityStreamsSensitiveProperty) At(index int) vocab.ActivityStreamsSensitivePropertyIterator
At returns the property value for the specified index. Panics if the index is out of bounds.
func (ActivityStreamsSensitiveProperty) Begin ¶
func (this ActivityStreamsSensitiveProperty) Begin() vocab.ActivityStreamsSensitivePropertyIterator
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 (ActivityStreamsSensitiveProperty) Empty ¶
func (this ActivityStreamsSensitiveProperty) Empty() bool
Empty returns returns true if there are no elements.
func (ActivityStreamsSensitiveProperty) End ¶
func (this ActivityStreamsSensitiveProperty) End() vocab.ActivityStreamsSensitivePropertyIterator
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 (*ActivityStreamsSensitiveProperty) InsertIRI ¶
func (this *ActivityStreamsSensitiveProperty) InsertIRI(idx int, v *url.URL)
Insert inserts an IRI value at the specified index for a property "sensitive". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (*ActivityStreamsSensitiveProperty) InsertXMLSchemaBoolean ¶
func (this *ActivityStreamsSensitiveProperty) InsertXMLSchemaBoolean(idx int, v bool)
InsertXMLSchemaBoolean inserts a boolean value at the specified index for a property "sensitive". Existing elements at that index and higher are shifted back once. Invalidates all iterators.
func (ActivityStreamsSensitiveProperty) JSONLDContext ¶
func (this ActivityStreamsSensitiveProperty) 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 (ActivityStreamsSensitiveProperty) KindIndex ¶
func (this ActivityStreamsSensitiveProperty) 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 (ActivityStreamsSensitiveProperty) Len ¶
func (this ActivityStreamsSensitiveProperty) Len() (length int)
Len returns the number of values that exist for the "sensitive" property.
func (ActivityStreamsSensitiveProperty) Less ¶
func (this ActivityStreamsSensitiveProperty) 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 (ActivityStreamsSensitiveProperty) LessThan ¶
func (this ActivityStreamsSensitiveProperty) LessThan(o vocab.ActivityStreamsSensitiveProperty) 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 (ActivityStreamsSensitiveProperty) Name ¶
func (this ActivityStreamsSensitiveProperty) Name() string
Name returns the name of this property ("sensitive") with any alias.
func (*ActivityStreamsSensitiveProperty) PrependIRI ¶
func (this *ActivityStreamsSensitiveProperty) PrependIRI(v *url.URL)
PrependIRI prepends an IRI value to the front of a list of the property "sensitive".
func (*ActivityStreamsSensitiveProperty) PrependXMLSchemaBoolean ¶
func (this *ActivityStreamsSensitiveProperty) PrependXMLSchemaBoolean(v bool)
PrependXMLSchemaBoolean prepends a boolean value to the front of a list of the property "sensitive". Invalidates all iterators.
func (*ActivityStreamsSensitiveProperty) Remove ¶
func (this *ActivityStreamsSensitiveProperty) Remove(idx int)
Remove deletes an element at the specified index from a list of the property "sensitive", regardless of its type. Panics if the index is out of bounds. Invalidates all iterators.
func (ActivityStreamsSensitiveProperty) Serialize ¶
func (this ActivityStreamsSensitiveProperty) 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 (*ActivityStreamsSensitiveProperty) Set ¶
func (this *ActivityStreamsSensitiveProperty) Set(idx int, v bool)
Set sets a boolean value to be at the specified index for the property "sensitive". Panics if the index is out of bounds. Invalidates all iterators.
func (*ActivityStreamsSensitiveProperty) SetIRI ¶
func (this *ActivityStreamsSensitiveProperty) SetIRI(idx int, v *url.URL)
SetIRI sets an IRI value to be at the specified index for the property "sensitive". Panics if the index is out of bounds.
func (ActivityStreamsSensitiveProperty) Swap ¶
func (this ActivityStreamsSensitiveProperty) Swap(i, j int)
Swap swaps the location of values at two indices for the "sensitive" property.
type ActivityStreamsSensitivePropertyIterator ¶
type ActivityStreamsSensitivePropertyIterator struct {
// contains filtered or unexported fields
}
ActivityStreamsSensitivePropertyIterator is an iterator for a property. It is permitted to be a single default-valued value type.
func NewActivityStreamsSensitivePropertyIterator ¶
func NewActivityStreamsSensitivePropertyIterator() *ActivityStreamsSensitivePropertyIterator
NewActivityStreamsSensitivePropertyIterator creates a new ActivityStreamsSensitive property.
func (ActivityStreamsSensitivePropertyIterator) Get ¶
func (this ActivityStreamsSensitivePropertyIterator) Get() bool
Get returns the value of this property. When IsXMLSchemaBoolean returns false, Get will return any arbitrary value.
func (ActivityStreamsSensitivePropertyIterator) GetIRI ¶
func (this ActivityStreamsSensitivePropertyIterator) GetIRI() *url.URL
GetIRI returns the IRI of this property. When IsIRI returns false, GetIRI will return any arbitrary value.
func (ActivityStreamsSensitivePropertyIterator) HasAny ¶
func (this ActivityStreamsSensitivePropertyIterator) HasAny() bool
HasAny returns true if the value or IRI is set.
func (ActivityStreamsSensitivePropertyIterator) IsIRI ¶
func (this ActivityStreamsSensitivePropertyIterator) IsIRI() bool
IsIRI returns true if this property is an IRI.
func (ActivityStreamsSensitivePropertyIterator) IsXMLSchemaBoolean ¶
func (this ActivityStreamsSensitivePropertyIterator) IsXMLSchemaBoolean() bool
IsXMLSchemaBoolean returns true if this property is set and not an IRI.
func (ActivityStreamsSensitivePropertyIterator) JSONLDContext ¶
func (this ActivityStreamsSensitivePropertyIterator) 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 (ActivityStreamsSensitivePropertyIterator) KindIndex ¶
func (this ActivityStreamsSensitivePropertyIterator) 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 (ActivityStreamsSensitivePropertyIterator) LessThan ¶
func (this ActivityStreamsSensitivePropertyIterator) LessThan(o vocab.ActivityStreamsSensitivePropertyIterator) 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 (ActivityStreamsSensitivePropertyIterator) Name ¶
func (this ActivityStreamsSensitivePropertyIterator) Name() string
Name returns the name of this property: "ActivityStreamsSensitive".
func (ActivityStreamsSensitivePropertyIterator) Next ¶
func (this ActivityStreamsSensitivePropertyIterator) Next() vocab.ActivityStreamsSensitivePropertyIterator
Next returns the next iterator, or nil if there is no next iterator.
func (ActivityStreamsSensitivePropertyIterator) Prev ¶
func (this ActivityStreamsSensitivePropertyIterator) Prev() vocab.ActivityStreamsSensitivePropertyIterator
Prev returns the previous iterator, or nil if there is no previous iterator.
func (*ActivityStreamsSensitivePropertyIterator) Set ¶
func (this *ActivityStreamsSensitivePropertyIterator) Set(v bool)
Set sets the value of this property. Calling IsXMLSchemaBoolean afterwards will return true.
func (*ActivityStreamsSensitivePropertyIterator) SetIRI ¶
func (this *ActivityStreamsSensitivePropertyIterator) SetIRI(v *url.URL)
SetIRI sets the value of this property. Calling IsIRI afterwards will return true.