public class AbstractProperty extends Object implements ProjectionProperty
| Constructor and Description |
|---|
AbstractProperty(String name,
Object rawValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the property.
|
Object |
getRawValue()
Raw value of the property.
|
public String getName()
ProjectionPropertygetName in interface ProjectionPropertypublic Object getRawValue()
ProjectionPropertyIt can be any object, i.e. String, Long, array of bytes and so on.
getRawValue in interface ProjectionPropertyCopyright © 2004–2019 OpenL Tablets. All rights reserved.