com.bea.wsrp.model
Interface IRegistrationPropertyDescription

All Superinterfaces
Serializable

public interface IRegistrationPropertyDescription
extends Serializable

Registration property description

This interface is intended to be implemented only by BEA Weblogic Portal.BEA Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.

Method Summary
 ILocalizedString getHint()
          Optional hint
 Class<?> getJavaType()
          Java type of the property.
 ILocalizedString getLabel()
          Optional label
 String getName()
          Name of the property
 QName getXmlType()
          XML type of the property.
 

Method Detail

getName

String getName()
Name of the property

Returns
name

getLabel

ILocalizedString getLabel()
Optional label

Returns
label

getHint

ILocalizedString getHint()
Optional hint

Returns
hint

getJavaType

Class<?> getJavaType()
Java type of the property. May be a String, Calendar, Boolean, Integer, or Float. Returns null if the type is unknown.

Returns
type

getXmlType

QName getXmlType()
XML type of the property.

Returns
type


Copyright © 2006 BEA Systems, Inc. All Rights Reserved