|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.common.property.AbstractProperty
com.sap.netweaver.bc.rf.common.property.stringtype.StringSingleValueProperty
public class StringSingleValueProperty
Class implementing a String single value property. See IProperty and
IMutableProperty for details on properties
AbstractProperty,
IMutableProperty,
IProperty,
Serialized Form| Field Summary | |
|---|---|
protected String |
value
|
| Fields inherited from class com.sap.netweaver.bc.rf.common.property.AbstractProperty |
|---|
attributes, flags, name, resourceBundles |
| Constructor Summary | |
|---|---|
StringSingleValueProperty(IPropertyName name,
String value)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
String value,
int flags)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
String value,
Properties attributes)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
String value,
Properties attributes,
int flags)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
String value,
Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
| Method Summary | |
|---|---|
PropertyType |
getType()
Get immutable type of this property. |
String |
getValue()
Get property value. |
String |
getValueAsString()
Get the property value converted to a string. |
String[] |
getValuesAsStrings()
Get the property values converted to a string array. |
boolean |
isMultiValue()
Returns true if this property is a multi-value property. |
| Methods inherited from class com.sap.netweaver.bc.rf.common.property.AbstractProperty |
|---|
areFlagsSet, equals, getAttribute, getAttributes, getDescription, getDescription, getFlags, getPropertyName, hashCode, isHidden, isLive, isReadOnly, isRequired, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String value
| Constructor Detail |
|---|
public StringSingleValueProperty(IPropertyName name,
String value)
throws ResourceException
name - property namevalue - property value
ResourceException - when the property creation failed
public StringSingleValueProperty(IPropertyName name,
String value,
Properties attributes)
throws ResourceException
name - property namevalue - property valueattributes - property attributes
ResourceException - when the property creation failed
public StringSingleValueProperty(IPropertyName name,
String value,
int flags)
throws ResourceException
name - property namevalue - property valueflags - bit array holding internal system attributes according to
PropertyFlags bit mask fields
ResourceException - when the property creation failed
public StringSingleValueProperty(IPropertyName name,
String value,
Properties attributes,
int flags)
throws ResourceException
name - property namevalue - property valueattributes - property attributesflags - bit array holding internal system attributes according to
PropertyFlags bit mask fields
ResourceException - when the property creation failed
public StringSingleValueProperty(IPropertyName name,
String value,
Properties attributes,
int flags,
ResourceBundles resourceBundles)
throws ResourceException
name - property namevalue - property valueattributes - property attributesflags - bit array holding internal system attributes according to
PropertyFlags bit mask fieldsresourceBundles - resource bundles containing (localized) property
description
ResourceException - when the property creation failed| Method Detail |
|---|
public PropertyType getType()
public boolean isMultiValue()
public String getValueAsString()
throws ResourceException
ResourceException - when the property is invalid
public String[] getValuesAsStrings()
throws ResourceException
ResourceException - when the property is invalidpublic String getValue()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||