public class ConfigurationPropertyImpl extends Object implements org.identityconnectors.framework.api.ConfigurationProperty
| Constructor and Description |
|---|
ConfigurationPropertyImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayMessageKey() |
String |
getDisplayName(String def) |
String |
getGroup(String def) |
String |
getGroupMessageKey() |
String |
getHelpMessage(String def) |
String |
getHelpMessageKey() |
String |
getName() |
Set<Class<? extends org.identityconnectors.framework.api.operations.APIOperation>> |
getOperations() |
int |
getOrder() |
ConfigurationPropertiesImpl |
getParent() |
Class<?> |
getType() |
Object |
getValue() |
int |
hashCode() |
boolean |
isConfidential() |
boolean |
isRequired() |
void |
setConfidential(boolean confidential) |
void |
setDisplayMessageKey(String key) |
void |
setGroupMessageKey(String key) |
void |
setHelpMessageKey(String key) |
void |
setName(String name) |
void |
setOperations(Set<Class<? extends org.identityconnectors.framework.api.operations.APIOperation>> set) |
void |
setOrder(int order) |
void |
setParent(ConfigurationPropertiesImpl parent) |
void |
setRequired(boolean v) |
void |
setType(Class<?> type) |
void |
setValue(Object value) |
public int getOrder()
public void setOrder(int order)
public void setConfidential(boolean confidential)
public void setName(String name)
public String getHelpMessageKey()
public void setHelpMessageKey(String key)
public String getDisplayMessageKey()
public void setDisplayMessageKey(String key)
public String getGroupMessageKey()
public void setGroupMessageKey(String key)
public void setType(Class<?> type)
public ConfigurationPropertiesImpl getParent()
public void setParent(ConfigurationPropertiesImpl parent)
public Set<Class<? extends org.identityconnectors.framework.api.operations.APIOperation>> getOperations()
getOperations in interface org.identityconnectors.framework.api.ConfigurationPropertypublic boolean isRequired()
isRequired in interface org.identityconnectors.framework.api.ConfigurationPropertypublic void setRequired(boolean v)
public void setOperations(Set<Class<? extends org.identityconnectors.framework.api.operations.APIOperation>> set)
public boolean isConfidential()
isConfidential in interface org.identityconnectors.framework.api.ConfigurationPropertypublic String getName()
getName in interface org.identityconnectors.framework.api.ConfigurationPropertypublic Class<?> getType()
getType in interface org.identityconnectors.framework.api.ConfigurationPropertypublic Object getValue()
getValue in interface org.identityconnectors.framework.api.ConfigurationPropertypublic void setValue(Object value)
setValue in interface org.identityconnectors.framework.api.ConfigurationPropertypublic String getHelpMessage(String def)
getHelpMessage in interface org.identityconnectors.framework.api.ConfigurationPropertypublic String getDisplayName(String def)
getDisplayName in interface org.identityconnectors.framework.api.ConfigurationPropertypublic String getGroup(String def)
getGroup in interface org.identityconnectors.framework.api.ConfigurationPropertyCopyright © 2018. All rights reserved.