|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.wcps.property.model.PropertyMapping.Builder
public static class PropertyMapping.Builder
The builder used for creating a PropertyMapping. The instances of this are not thread safe. The following example shows how to use this builder.
IPropertyMapping propertyMapping = PropertyMapping.builder()
.withPropertyName("Company Name")
.withPropertyDefinitionName("Int_Def")
.build();
| Method Summary | |
|---|---|
IPropertyMapping |
build() |
PropertyMapping.Builder |
withPropertyDefinitionName(IPropertyDefinitionName name) |
PropertyMapping.Builder |
withPropertyDefinitionName(java.lang.String name) |
PropertyMapping.Builder |
withPropertyLocatorClassName(java.lang.String name) |
PropertyMapping.Builder |
withPropertyName(IPropertyName name) |
PropertyMapping.Builder |
withPropertyName(java.lang.String name) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public PropertyMapping.Builder withPropertyName(java.lang.String name)
public PropertyMapping.Builder withPropertyName(IPropertyName name)
public PropertyMapping.Builder withPropertyDefinitionName(java.lang.String name)
public PropertyMapping.Builder withPropertyDefinitionName(IPropertyDefinitionName name)
public PropertyMapping.Builder withPropertyLocatorClassName(java.lang.String name)
public IPropertyMapping build()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||