OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.server.cp
Interface CPABeanInfoConstants


public interface CPABeanInfoConstants

The interface published to the CPA implementor, who also provides the beanInfo class for the admin to inspect Any constants change will directly affect both CPA beaninfo implementation and the admin logic


Field Summary
static java.lang.String DEFAULT
          Default value of the property
static java.lang.String MANDATORY
          this bean info entry indicates whether or not the associated property is required to be set for the bean The option should be "Yes" or "True" (parsed by Boolean.valueOf())
static java.lang.String SECURE
          Indicates the associated property is a sensitive field, which needs to be displayed in an encrypted form

 

Field Detail

MANDATORY

public static final java.lang.String MANDATORY
this bean info entry indicates whether or not the associated property is required to be set for the bean The option should be "Yes" or "True" (parsed by Boolean.valueOf())

DEFAULT

public static final java.lang.String DEFAULT
Default value of the property

SECURE

public static final java.lang.String SECURE
Indicates the associated property is a sensitive field, which needs to be displayed in an encrypted form

Copyright © 2001, 2003, Oracle. All rights reserved.

Copyright © 2001, 2003, Oracle. All rights reserved.