public class PropertyWrapper extends Object implements ItemWrapper, Serializable
Constructor and Description |
---|
PropertyWrapper(ContainerWrapper container,
PrismProperty property,
ValueStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
addValue() |
ValueWrapper |
createValue() |
String |
getDisplayName() |
PrismProperty |
getItem() |
ValueStatus |
getStatus() |
List<ValueWrapper> |
getValues() |
boolean |
isReadonly() |
void |
setDisplayName(String displayName) |
void |
setReadonly(boolean readonly) |
String |
toString() |
public PropertyWrapper(ContainerWrapper container, PrismProperty property, ValueStatus status)
public String getDisplayName()
getDisplayName
in interface ItemWrapper
public void setDisplayName(String displayName)
setDisplayName
in interface ItemWrapper
public ValueStatus getStatus()
public List<ValueWrapper> getValues()
public PrismProperty getItem()
getItem
in interface ItemWrapper
public void addValue()
public ValueWrapper createValue()
public boolean isReadonly()
public void setReadonly(boolean readonly)
Copyright © 2013 evolveum. All rights reserved.