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