Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10659-04


oracle.soa.management.facade
Interface Property

All Superinterfaces:
java.io.Serializable

public interface Property
extends java.io.Serializable

SCA property facade


Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getName()
           
 OverrideOption getOverride()
          Gets the override attribute value of the property
 java.lang.String getSource()
          Determine the property value source, if the value is a reference to the property value of the containing composite
 java.lang.String getTypeLocalName()
           
 java.lang.String getTypeNamespaceURI()
           
 java.lang.String getTypePrefix()
           
 java.lang.String getValue()
           
 boolean isMany()
          Gets the many attribute of the property
 void setSource(java.lang.String source)
          Sets the source of the property value
 void setValue(java.lang.String value)
           

 

Method Detail

setValue

void setValue(java.lang.String value)
Parameters:
value - The value of the property

setSource

void setSource(java.lang.String source)
Sets the source of the property value
Parameters:
source - A source expression for the property value reference

getName

java.lang.String getName()
Returns:
the property name

getTypeNamespaceURI

java.lang.String getTypeNamespaceURI()
Returns:
the property type's namespace URI

getTypeLocalName

java.lang.String getTypeLocalName()
Returns:
the property type's local part

getTypePrefix

java.lang.String getTypePrefix()
Returns:
the property type's prefix

isMany

boolean isMany()
Gets the many attribute of the property
Returns:
true, if the property is multi-valued; false, if it is single-valued

getOverride

OverrideOption getOverride()
Gets the override attribute value of the property
Returns:
no, may, or must

getDefaultValue

java.lang.String getDefaultValue()
Returns:
the default property value, if defined

getValue

java.lang.String getValue()
Returns:
the property value

getSource

java.lang.String getSource()
Determine the property value source, if the value is a reference to the property value of the containing composite
Returns:
the source attribute reference expression

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10659-04


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.