Skip navigation links
oracle.wcps.property.model
Class Property<T extends java.io.Serializable>
java.lang.Object
oracle.wcps.property.model.Timestamped
oracle.wcps.property.model.AbstractProperty<IPropertyName,T>
oracle.wcps.property.model.Property<T>
- All Implemented Interfaces:
- java.io.Serializable, IAbstractProperty<IPropertyName,T>, IProperty<T>, ITimestamped
-
public class Property<T extends java.io.Serializable>
- extends AbstractProperty<IPropertyName,T>
- implements IProperty<T>, java.io.Serializable
An implementation of IProperty
. Use the builder builder()
to create an instance of this.
- See Also:
- Serialized Form
Method Summary |
static
|
builder()
Returns an instance of Builder to create a Property. |
java.lang.Object |
getRProperty()
|
protected PropertiesLogger |
logger()
|
java.lang.String |
name()
Returns the string representation of the name of this. |
void |
setRProperty(RProperty r)
|
Methods inherited from class oracle.wcps.property.model.AbstractProperty |
convertValue, equals, getName, getRObject, getType, getValue, hashCode, setName, setRObject, setType, setValue, toString, validateValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name()
- Description copied from interface:
IAbstractProperty
- Returns the string representation of the name of this.
-
- Specified by:
name
in interface IAbstractProperty<IPropertyName,T extends java.io.Serializable>
-
- Returns:
- the string representation of the name of this.
getRProperty
public java.lang.Object getRProperty()
setRProperty
public void setRProperty(RProperty r)
logger
protected PropertiesLogger logger()
-
- Specified by:
logger
in class AbstractProperty<IPropertyName,T extends java.io.Serializable>
builder
public static <T extends java.io.Serializable> Property.Builder<T> builder()
- Returns an instance of Builder to create a Property.
-
- Returns:
- an instance of Builder
Skip navigation links
Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.