|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.structure.sync.model.propertybag.Property
public class Property
PropertyBag's property.
Documentation in this class focus synchronization behavior. About
the use behind the fields in the portal,
see Property
.
PropertyBag
,
Property
,
Serialized FormNested Class Summary | |
---|---|
static class |
Property.InheritMode
Options for inheritMode . |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public Property.InheritMode getInheritMode()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |