|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.util.config.ConfigPropertyDef
public class ConfigPropertyDef
| Field Summary | |
|---|---|
static int |
BOOLEAN
Deprecated. |
static int |
EXISTINGFILE
Deprecated. |
static int |
EXISTINGPATH
Deprecated. |
static int |
INTEGER
Deprecated. |
static int |
JAVACLASS
Deprecated. |
static int |
STRING
Deprecated. |
static int |
URI
Deprecated. |
static int |
URL
Deprecated. |
| Constructor Summary | |
|---|---|
ConfigPropertyDef(String name,
String displayName,
int type,
boolean required,
String defaultValue)
Deprecated. Create a ConfigPropertyDef. |
|
| Method Summary | |
|---|---|
String |
check(ConfigCollection collection)
Deprecated. Check if a property matches its definition. |
String |
getDefaultValue()
Deprecated. Get the default value of the property. |
String |
getDisplayName()
Deprecated. Get the display name of the configuration property. |
String |
getName()
Deprecated. Get the name of the configuration property. |
int |
getType()
Deprecated. Get the type of the configuration property. |
boolean |
isRequired()
Deprecated. Chreck if the configuration property is required. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STRING
public static final int INTEGER
public static final int EXISTINGPATH
public static final int EXISTINGFILE
public static final int JAVACLASS
public static final int URL
public static final int URI
public static final int BOOLEAN
| Constructor Detail |
|---|
public ConfigPropertyDef(String name,
String displayName,
int type,
boolean required,
String defaultValue)
name - The name (relativ path) of the propertydisplayName - The display name of the propertytype - The type of the property. Valid Types are:
required - true if the property is requireddefaultValue - The default value of the property (null if none)| Method Detail |
|---|
public String getName()
public String getDisplayName()
public int getType()
public boolean isRequired()
public String getDefaultValue()
public String check(ConfigCollection collection)
collection - The configuration collection to be checked
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||