public class Property extends Object implements ICustomEquivalence, Serializable
Documentation in this class focus synchronization behavior. About
the use behind the fields in the portal,
see Property
.
PropertyBag
,
Property
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
Property.InheritMode
Options for
inheritMode . |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
List<String> |
getDefaultValues()
Returns the default value list or
null if there's no property default. |
Property.InheritMode |
getInheritMode() |
String |
getName() |
boolean |
isEquivalent(Object obj)
Returns whether this object is equivalent to the given object.
|
void |
setInheritMode(Property.InheritMode inheritMode) |
public String getName()
public Property.InheritMode getInheritMode()
public void setInheritMode(Property.InheritMode inheritMode)
public String getDefaultValue()
public List<String> getDefaultValues()
null
if there's no property default.null
if there's no property default.public boolean isEquivalent(Object obj)
ICustomEquivalence
isEquivalent
in interface ICustomEquivalence
obj
- the object to compare with.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.