Uses of Class
org.apache.jackrabbit.oak.api.Type
Packages that use Type
-
Uses of Type in org.apache.jackrabbit.oak.api
Fields in org.apache.jackrabbit.oak.api declared as TypeModifier and TypeFieldDescriptionType.BINARIESMapIterable<Blob>to array ofPropertyType.BINARYType.BINARYMapBlobtoPropertyType.BINARYType.BOOLEANMapBooleantoPropertyType.BOOLEANType.BOOLEANSMapIterable<Boolean>to array ofPropertyType.BOOLEANType.DATEMapStringtoPropertyType.DATEType.DATESMapIterable<String>to array ofPropertyType.DATEstatic final Type<BigDecimal>Type.DECIMALMapBigDecimaltoPropertyType.DECIMALstatic final Type<Iterable<BigDecimal>>Type.DECIMALSMapIterable<BigDecimal>to array ofPropertyType.DECIMALType.DOUBLEMapDoubletoPropertyType.DOUBLEType.DOUBLESMapIterable<Double>to array ofPropertyType.DOUBLEType.LONGMapLongtoPropertyType.LONGType.LONGSMapIterable<Long>to array ofPropertyType.LONGType.NAMEMapStringtoPropertyType.STRINGType.NAMESMapIterable<String>to array ofPropertyType.NAMEType.PATHMapStringtoPropertyType.PATHType.PATHSMapIterable<String>to array ofPropertyType.PATHType.REFERENCEMapStringtoPropertyType.REFERENCEType.REFERENCESMapIterable<String>to array ofPropertyType.REFERENCEType.STRINGMapStringtoPropertyType.STRINGType.STRINGSMapIterable<String>to array ofPropertyType.STRINGType.UNDEFINEDThe special "undefined" type, never encountered in normal valuesType.UNDEFINEDSMulti-valued "undefined" type, never encountered in normal valuesType.URIMapStringtoPropertyType.URIType.URISMapIterable<String>to array ofPropertyType.URIType.WEAKREFERENCEMapStringtoPropertyType.WEAKREFERENCEType.WEAKREFERENCESMapIterable<String>to array ofPropertyType.WEAKREFERENCEMethods in org.apache.jackrabbit.oak.api that return TypeModifier and TypeMethodDescriptionstatic Type<?>Type.fromString(String string) Returns theTypewith the given string representation.static Type<?>Type.fromTag(int tag, boolean array) CorrespondingTypefor a given type tag and array flag.Type<?>Type.getArrayType()Determine the array type which has this type as base typeType<?>Type.getBaseType()Determine the base type of array typesType<?>PropertyState.getType()Determine the type of this propertyType<?>PropertyValue.getType()Determine the type of this valueMethods in org.apache.jackrabbit.oak.api with parameters of type TypeModifier and TypeMethodDescriptionint<T> TValue of this property.<T> TValue at the givenindex.<T> TValue of this object.<T> TValue at the givenindex.<T> voidTree.setProperty(@NotNull String name, T value, @NotNull Type<T> type) Set a property state