Skip navigation links
A G I O P R S T W _ 

A

Attribute - Interface in org.refcodes.structure
Interface describing a bean's attribute with a key represented by a String and the value being of any type.
Attribute.AttributeBuilder - Interface in org.refcodes.structure
Adds builder functionality to an Attribute.
AttributeBuilderImpl() - Constructor for class org.refcodes.structure.impls.AttributeImpl.AttributeBuilderImpl
 
AttributeBuilderImpl(String, Object) - Constructor for class org.refcodes.structure.impls.AttributeImpl.AttributeBuilderImpl
 
AttributeImpl - Class in org.refcodes.structure.impls
Class describing a beans's attribute.
AttributeImpl() - Constructor for class org.refcodes.structure.impls.AttributeImpl
 
AttributeImpl(String, Object) - Constructor for class org.refcodes.structure.impls.AttributeImpl
Constructs a key-to-value property.
AttributeImpl.AttributeBuilderImpl - Class in org.refcodes.structure.impls
Implementation of the Property.PropertyBuilder interface.

G

getKey() - Method in class org.refcodes.structure.impls.RelationImpl
 
getMaxValue() - Method in class org.refcodes.structure.impls.RangeImpl
 
getMinValue() - Method in class org.refcodes.structure.impls.RangeImpl
 
getValue() - Method in class org.refcodes.structure.impls.RelationImpl
 

I

isMember(V) - Method in interface org.refcodes.structure.Range
Returns true if the given value is within the range of MinValueAccessor.getMinValue() and MaxValueAccessor.getMaxValue() (including the minimum and maximum values).

O

org.refcodes.structure - package org.refcodes.structure
 
org.refcodes.structure.impls - package org.refcodes.structure.impls
 

P

Property - Interface in org.refcodes.structure
A Property is defined as being String representing a property's key and a String representing the proprty's value.
Property.PropertyBuilder - Interface in org.refcodes.structure
Adds builder functionality to a Property.
PropertyBuilderImpl() - Constructor for class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
Use the builder methods or the bean attributes to set the key and the value.
PropertyBuilderImpl(String, char) - Constructor for class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
Initializes the PropertyImpl.PropertyBuilderImpl with the given values.
PropertyBuilderImpl(String, String) - Constructor for class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
Initializes the PropertyImpl.PropertyBuilderImpl with the given values.
PropertyBuilderImpl(String) - Constructor for class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
Initializes the PropertyImpl.PropertyBuilderImpl with the given values.
PropertyImpl - Class in org.refcodes.structure.impls
Implementation of the Property interface.
PropertyImpl() - Constructor for class org.refcodes.structure.impls.PropertyImpl
 
PropertyImpl(String, String) - Constructor for class org.refcodes.structure.impls.PropertyImpl
Initializes the PropertyImpl with the given values.
PropertyImpl(String) - Constructor for class org.refcodes.structure.impls.PropertyImpl
Initializes the PropertyImpl with the given values.
PropertyImpl(String, char) - Constructor for class org.refcodes.structure.impls.PropertyImpl
Initializes the PropertyImpl with the given values.
PropertyImpl.PropertyBuilderImpl - Class in org.refcodes.structure.impls
Implementation of the PropertyBuilder interface.

R

Range<V extends Number & Comparable<V>> - Interface in org.refcodes.structure
Interface describing a range with a minimum value and a maximum value.
Range.RangeBuilder<V extends Number & Comparable<V>> - Interface in org.refcodes.structure
Adds builder functionality to a Range.
RangeBuilderImpl() - Constructor for class org.refcodes.structure.impls.RangeImpl.RangeBuilderImpl
 
RangeBuilderImpl(V, V) - Constructor for class org.refcodes.structure.impls.RangeImpl.RangeBuilderImpl
 
RangeImpl<V extends Number & Comparable<V>> - Class in org.refcodes.structure.impls
 
RangeImpl() - Constructor for class org.refcodes.structure.impls.RangeImpl
 
RangeImpl(V, V) - Constructor for class org.refcodes.structure.impls.RangeImpl
 
RangeImpl.RangeBuilderImpl<V extends Number & Comparable<V>> - Class in org.refcodes.structure.impls
 
Relation<K,V> - Interface in org.refcodes.structure
Provides an accessor for a key-to-value property useful in some occasions.
Relation.RelationBuilder<K,V> - Interface in org.refcodes.structure
Adds builder functionality to a Relation.
RelationBuilderImpl() - Constructor for class org.refcodes.structure.impls.RelationImpl.RelationBuilderImpl
 
RelationBuilderImpl(K, V) - Constructor for class org.refcodes.structure.impls.RelationImpl.RelationBuilderImpl
 
RelationImpl<K,V> - Class in org.refcodes.structure.impls
Implementation of the Relation interface.
RelationImpl() - Constructor for class org.refcodes.structure.impls.RelationImpl
 
RelationImpl(K, V) - Constructor for class org.refcodes.structure.impls.RelationImpl
Constructs a Relation.
RelationImpl.RelationBuilderImpl<K,V> - Class in org.refcodes.structure.impls
Implementation of the RelationBuilder interface.

S

setKey(String) - Method in class org.refcodes.structure.impls.AttributeImpl.AttributeBuilderImpl
 
setKey(String) - Method in class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
 
setKey(K) - Method in class org.refcodes.structure.impls.RelationImpl.RelationBuilderImpl
 
setMaxValue(V) - Method in class org.refcodes.structure.impls.RangeImpl.RangeBuilderImpl
 
setMinValue(V) - Method in class org.refcodes.structure.impls.RangeImpl.RangeBuilderImpl
 
setValue(Object) - Method in class org.refcodes.structure.impls.AttributeImpl.AttributeBuilderImpl
 
setValue(String) - Method in class org.refcodes.structure.impls.PropertyImpl.PropertyBuilderImpl
 
setValue(V) - Method in class org.refcodes.structure.impls.RelationImpl.RelationBuilderImpl
 

T

toProperty() - Method in interface org.refcodes.structure.Property
Returns the key/value-pair as a property String "key=value".
toString() - Method in class org.refcodes.structure.impls.PropertyImpl
 
toString() - Method in class org.refcodes.structure.impls.RelationImpl
 

W

withKey(String) - Method in interface org.refcodes.structure.Attribute.AttributeBuilder
 
withKey(String) - Method in interface org.refcodes.structure.Property.PropertyBuilder
 
withKey(K) - Method in interface org.refcodes.structure.Relation.RelationBuilder
 
withMaxValue(V) - Method in interface org.refcodes.structure.Range.RangeBuilder
 
withMinValue(V) - Method in interface org.refcodes.structure.Range.RangeBuilder
 
withValue(Object) - Method in interface org.refcodes.structure.Attribute.AttributeBuilder
 
withValue(String) - Method in interface org.refcodes.structure.Property.PropertyBuilder
 
withValue(V) - Method in interface org.refcodes.structure.Relation.RelationBuilder
 

_

_key - Variable in class org.refcodes.structure.impls.RelationImpl
 
_maxValue - Variable in class org.refcodes.structure.impls.RangeImpl
 
_minValue - Variable in class org.refcodes.structure.impls.RangeImpl
 
_value - Variable in class org.refcodes.structure.impls.RelationImpl
 
A G I O P R S T W _ 
Skip navigation links

Copyright © 2016. All rights reserved.