|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.pslx.PpsDocuments.Constraint
public final class Constraint
制約要素 クラス
入れ子のクラスの概要 | |
---|---|
static class |
Constraint.ConstraintTypes
Constraintで使用する選択条件 |
コンストラクタの概要 | |
---|---|
Constraint()
|
|
Constraint(java.lang.Object value,
Property.DataTypes dataType,
Constraint.ConstraintTypes constraintTypes)
制約データを生成します |
|
Constraint(Property property,
Property.DataTypes dataType,
java.lang.Object value,
Constraint.ConstraintTypes type)
制約データを生成します |
メソッドの概要 | |
---|---|
static java.lang.String |
constraintTypeString(Constraint.ConstraintTypes value)
ConstraintTypes型の値を文字列に変換します |
Constraint.ConstraintTypes |
getConstraintType()
制約の種類を取得します |
Property.DataTypes |
getDataType()
制約値のデータ属性を取得します |
Property |
getProperty()
もととなるプロパティを取得します |
java.lang.String |
getPropertyName()
プロパティの名称を取得します |
java.lang.Object |
getValue()
制約の値を取得します |
static Constraint.ConstraintTypes |
parseConstraintType(java.lang.String value)
文字列からConstraintTypes型の値に変換します |
boolean |
read(javax.xml.stream.XMLStreamReader reader,
DocumentManager manager)
|
void |
setConstraintType(Constraint.ConstraintTypes constraintType)
制約の種類を設定します |
void |
setValue(java.lang.Object value)
制約の値を設定します |
void |
write(javax.xml.stream.XMLStreamWriter writer,
DocumentManager manager,
int depth)
|
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Constraint(java.lang.Object value, Property.DataTypes dataType, Constraint.ConstraintTypes constraintTypes)
value
- 値dataType
- データ型constraintTypes
- 制約の種類public Constraint(Property property, Property.DataTypes dataType, java.lang.Object value, Constraint.ConstraintTypes type)
property
- 格納するプロパティvalue
- 値type
- 制約の種類public Constraint()
メソッドの詳細 |
---|
public java.lang.String getPropertyName()
public Property.DataTypes getDataType()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- public Constraint.ConstraintTypes getConstraintType()
public void setConstraintType(Constraint.ConstraintTypes constraintType)
constraintType
- 制約の種類public Property getProperty()
public void write(javax.xml.stream.XMLStreamWriter writer, DocumentManager manager, int depth) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public boolean read(javax.xml.stream.XMLStreamReader reader, DocumentManager manager) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public static java.lang.String constraintTypeString(Constraint.ConstraintTypes value)
public static Constraint.ConstraintTypes parseConstraintType(java.lang.String value)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |