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