Skip navigation links


com.oracle.producer.spi
Interface IPropertyDescription


public interface IPropertyDescription

Contains a consumer registration property description. The SPI implementation is responsible for the creation and implementation of IPropertyDescription objects.


Method Summary
 ILocalizedString getHint()
          Optional hint
 Class<?> getJavaType()
          Java type of the property.
 ILocalizedString getLabel()
          Optional label
 QName getName()
          Name of the property
 QName getXmlType()
          XML type of the property value.
 boolean isModifiable()
          Is this property modifiable
 boolean isRequired()
          Is this property required

 

Method Detail

getName

QName 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 value.
Returns
type

isModifiable

boolean isModifiable()
Is this property modifiable
Returns
true if modifiable

isRequired

boolean isRequired()
Is this property required

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.