Class StreamPassThroughProperty
java.lang.Object
com.infoteria.gui.property.AbstractProperty
com.infoteria.gui.property.BooleanProperty
com.infoteria.asteria.flowbuilder2.property.BooleanProperty
com.infoteria.asteria.flowbuilder2.property.StreamPassThroughProperty
- All Implemented Interfaces:
PropertyChangeListener,Property,com.infoteria.gui.property.provider.ChoiceItemProvider,com.infoteria.gui.util.DisplayNameProvider,MetaData,Cloneable,EventListener
StreamPassThroughを制御するBooleanPropertyです。
-
Field Summary
FieldsFields inherited from class com.infoteria.gui.property.AbstractProperty
_listenerList, ATTR_DISPLAY_NAME, ATTR_NAME, ATTR_READONLY, ATTR_TYPE, ATTR_VISIBLE, ELEM_PROPERTY, PROPERTY_NSURI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidXMLの要素からプロパティ値を設定します。static voidcheck(ComponentOutputConnector con, int streamType) Deprecated.SQLCallコンポーネントのAdapterで過去に使用していたために残されているstatic voidcheck(ComponentOutputConnector con, int streamType, String propName) clone()プロパティを複製します。getType()プロパティ型を返します。voidプロパティ値が変更された直後に発生するイベントvoidプロパティ値が変更された直前に発生するイベント
PropertyChangeVetoExceptionをthrowするとプロパティ値の設定がキャンセルされます。void定義情報のある要素から設定情報を自身に反映します。Methods inherited from class com.infoteria.gui.property.BooleanProperty
booleanValue, getAdapter, getChoiceItemDisplayNameProvider, getChoiceItems, getDisplayName, getFalseValue, getRealObject, getTrueValue, isChoiceOnly, setFalseValue, setTrueValue, setValue, setValue, setValue, setValueAsStringMethods inherited from class com.infoteria.gui.property.AbstractProperty
addPropertyChangeListener, assignTo, createUndoableEdit, doClone, doGetDifference, doSetValue, getDifference, getDisplayName, getEditor, getName, getOwner, getPropertyChangeListeners, getRenderer, getTooltip, getValue, getValueAsString, isEditable, isVisible, removePropertyChangeListener, setDisplayName, setEditable, setEditor, setOwner, setRenderer, setTooltip, setValue, setValueAsString, setVisible, valueEquals
-
Field Details
-
PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
StreamPassThroughProperty
-
StreamPassThroughProperty
-
-
Method Details
-
getType
Description copied from interface:Propertyプロパティ型を返します。- Specified by:
getTypein interfaceProperty- Overrides:
getTypein classBooleanProperty
-
setup
Description copied from interface:MetaData定義情報のある要素から設定情報を自身に反映します。- Specified by:
setupin interfaceMetaData- Overrides:
setupin classBooleanProperty
-
getOutputState
-
getOutputName
-
getInputName
-
propertyChanged
Description copied from interface:PropertyChangeListenerプロパティ値が変更された直後に発生するイベント- Specified by:
propertyChangedin interfacePropertyChangeListener
-
propertyChanging
Description copied from interface:PropertyChangeListenerプロパティ値が変更された直前に発生するイベント
PropertyChangeVetoExceptionをthrowするとプロパティ値の設定がキャンセルされます。- Specified by:
propertyChangingin interfacePropertyChangeListener- Throws:
PropertyChangeVetoException
-
check
@Deprecated public static void check(ComponentOutputConnector con, int streamType) throws PropertyChangeVetoException Deprecated.SQLCallコンポーネントのAdapterで過去に使用していたために残されている- Throws:
PropertyChangeVetoException
-
check
public static void check(ComponentOutputConnector con, int streamType, String propName) throws PropertyChangeVetoException - Throws:
PropertyChangeVetoException
-
clone
Description copied from interface:Propertyプロパティを複製します。 -
assign
Description copied from interface:PropertyXMLの要素からプロパティ値を設定します。- Specified by:
assignin interfaceProperty- Overrides:
assignin classAbstractProperty
-