Package cz.o2.proxima.core.scheme
Interface AttributeValueAccessors.StructureValueAccessor<T>
-
- All Superinterfaces:
AttributeValueAccessor<T,AttributeValueAccessors.StructureValue>
,java.io.Serializable
- All Known Implementing Classes:
ProtoMessageValueAccessor
- Enclosing class:
- AttributeValueAccessors
public static interface AttributeValueAccessors.StructureValueAccessor<T> extends AttributeValueAccessor<T,AttributeValueAccessors.StructureValue>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cz.o2.proxima.core.scheme.AttributeValueAccessor
AttributeValueAccessor.Type
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default AttributeValueAccessor.Type
getType()
Get accessor type-
Methods inherited from interface cz.o2.proxima.core.scheme.AttributeValueAccessor
createFrom, valueOf
-
-
-
-
Method Detail
-
getType
default AttributeValueAccessor.Type getType()
Description copied from interface:AttributeValueAccessor
Get accessor type- Specified by:
getType
in interfaceAttributeValueAccessor<T,AttributeValueAccessors.StructureValue>
-
-