|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.p13n.model.PropertyRefModel
public class PropertyRefModel
A object representing a property reference. This is not a full Model, since it's readonly and doesn't have children.
| Nested Class Summary | |
|---|---|
static class |
PropertyRefModel.DataTypeThe possible data types. |
static class |
PropertyRefModel.PropertySetTypeThe known property set types. |
| Constructor Summary | |
|---|---|
PropertyRefModel(PropertyRefModel.DataType dataType, String name, String propSetName, PropertyRefModel.PropertySetType propSetType)Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)Determine if the specified PropertyRefModel is equal. |
PropertyRefModel.DataType |
getDataType()Get the property data type. |
String |
getName()Get the property name. |
String |
getPropertySetName()Get the property set name. |
PropertyRefModel.PropertySetType |
getPropertySetType()Get the property set type. |
int |
hashCode()Override to implement an equality-aware hash function. |
String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyRefModel(PropertyRefModel.DataType dataType,
String name,
String propSetName,
PropertyRefModel.PropertySetType propSetType)
| Method Detail |
|---|
public String getName()
public PropertyRefModel.DataType getDataType()
public String getPropertySetName()
public PropertyRefModel.PropertySetType getPropertySetType()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.