|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.graph.properties.basic.AbstractValueFactories
org.jboss.dna.graph.properties.basic.DelegatingValueFactories
public class DelegatingValueFactories

| Method Summary | |
|---|---|
ValueFactory<Binary> |
getBinaryFactory()
Get the value factory for binary properties. |
ValueFactory<Boolean> |
getBooleanFactory()
Get the value factory for boolean properties. |
DateTimeFactory |
getDateFactory()
Get the value factory for date properties. |
ValueFactory<BigDecimal> |
getDecimalFactory()
Get the value factory for decimal properties. |
ValueFactory<Double> |
getDoubleFactory()
Get the value factory for double properties. |
ValueFactory<Long> |
getLongFactory()
Get the value factory for long properties. |
NameFactory |
getNameFactory()
Get the value factory for name properties. |
ValueFactory<Object> |
getObjectFactory()
Get the value factory for object properties. |
PathFactory |
getPathFactory()
Get the value factory for path properties. |
ValueFactory<Reference> |
getReferenceFactory()
Get the value factory for reference properties. |
ValueFactory<String> |
getStringFactory()
Get the value factory for string properties. |
ValueFactory<URI> |
getUriFactory()
Get the value factory for URI properties. |
UuidFactory |
getUuidFactory()
Get the value factory for UUID properties. |
| Methods inherited from class org.jboss.dna.graph.properties.basic.AbstractValueFactories |
|---|
getValueFactory, getValueFactory, iterator |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ValueFactory<Binary> getBinaryFactory()
ValueFactoriesbinary properties.
public ValueFactory<Boolean> getBooleanFactory()
ValueFactoriesboolean properties.
public DateTimeFactory getDateFactory()
ValueFactoriesdate properties.
public ValueFactory<BigDecimal> getDecimalFactory()
ValueFactoriesdecimal properties.
public ValueFactory<Double> getDoubleFactory()
ValueFactoriesdouble properties.
public ValueFactory<Long> getLongFactory()
ValueFactorieslong properties.
public NameFactory getNameFactory()
ValueFactoriesname properties.
public ValueFactory<Object> getObjectFactory()
ValueFactoriesobject properties.
public PathFactory getPathFactory()
ValueFactoriespath properties.
public ValueFactory<Reference> getReferenceFactory()
ValueFactoriesreference properties.
public ValueFactory<String> getStringFactory()
ValueFactoriesstring properties.
public ValueFactory<URI> getUriFactory()
ValueFactoriesURI properties.
public UuidFactory getUuidFactory()
ValueFactoriesUUID properties.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||