|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.pslx.PpsDocuments.Property
public final class Property
業務プロパティ クラス
入れ子のクラスの概要 | |
---|---|
static class |
Property.CalclationTypes
列集計の種類 |
static class |
Property.DataTypes
データの種別を設定または取得する |
static class |
Property.PropertyTypes
プロパティの種別 |
static class |
Property.SortTypes
ソートの方向 |
フィールドの概要 | |
---|---|
boolean |
multi
複数値を設定することができるかどうか |
メソッドの概要 | |
---|---|
static java.lang.String |
calclationTypeString(Property.CalclationTypes value)
CalclationTypes型の値を文字列に変換します |
static java.lang.String |
dataTypeString(Property.DataTypes value)
DataTypes型の値を文字列に変換します |
Property.CalclationTypes |
getCalclationType()
列集計の方法を取得します |
Property.CalclationTypes |
getCalculationType()
プロパティの種類を設定します |
java.util.Calendar |
getCalendarValue()
プロパティの設定値をCalendar型として取得します |
Property.DataTypes |
getDataType()
データ型を取得します |
java.util.Date |
getDateValue()
プロパティの設定値をDate型として取得します |
java.lang.String |
getDisplay()
表示用の文字列を取得します |
int |
getIntValue()
プロパティの設定値をint型として取得します |
java.lang.String |
getName()
プロパティ名を取得します |
java.lang.String |
getPath()
パス(ローカル)文字列を取得します |
PropertyProfile |
getProfile()
業務プロパティの定義情報を取得します |
Property.PropertyTypes |
getPropertyType()
プロパティの種類を設定します |
Property.PropertyTypes |
getPropertyUseType()
制約の値を取得します |
Property.SortTypes |
getSortType()
プロパティの種類を設定します |
java.lang.String |
getStringValue()
指定したプロパティの値をString型として取得します |
java.lang.Object |
getValue()
プロパティの値を取得します |
boolean |
isMultiple()
複数型であるかどうかを取得します |
static Property.CalclationTypes |
parseCalclationType(java.lang.String value)
文字列からCalclationTypes型の値に変換します |
static Property.DataTypes |
parseDataType(java.lang.String value)
文字列からDataTypes型の値に変換します |
static Property.PropertyTypes |
parsePropertyType(java.lang.String value)
文字列からPropertyTypes型の値に変換します |
static Property.SortTypes |
parseSortType(java.lang.String value)
文字列からSortTypes型の値に変換します |
static java.lang.String |
propertyTypeString(Property.PropertyTypes value)
PropertyTypes型の値を文字列に変換します |
void |
setCalclationType(Property.CalclationTypes value)
列集計の方法を設定します |
void |
setCalculationType(java.lang.String value)
プロパティの種類を設定します |
void |
setDisplay(java.lang.String value)
表示用の文字列を設定します |
void |
setPath(java.lang.String value)
パス(ローカル)文字列を設定します |
void |
setPropertyType(Property.PropertyTypes value)
プロパティの種類を設定します |
void |
setPropertyUseType(Property.PropertyTypes value)
制約の値を設定します |
void |
setSortType(Property.SortTypes value)
プロパティの種類を設定します |
void |
setValue(java.lang.Object value)
プロパティの値を設定します |
static java.lang.String |
sortTypeString(Property.SortTypes value)
SortTypes型の値を文字列に変換します |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public boolean multi
メソッドの詳細 |
---|
public Property.PropertyTypes getPropertyUseType()
public void setPropertyUseType(Property.PropertyTypes value)
value
- 設定値public java.lang.String getName()
public java.lang.String getPath()
public void setPath(java.lang.String value)
value
- パスpublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- プロパティに設定する値public java.lang.String getStringValue() throws PpsDocumentsException
PpsDocumentsException
public java.util.Date getDateValue() throws PpsDocumentsException
PpsDocumentsException
public java.util.Calendar getCalendarValue() throws PpsDocumentsException
PpsDocumentsException
public int getIntValue() throws PpsDocumentsException
PpsDocumentsException
public java.lang.String getDisplay()
public void setDisplay(java.lang.String value)
value
- 設定値public Property.DataTypes getDataType()
public boolean isMultiple()
public PropertyProfile getProfile()
public Property.CalclationTypes getCalclationType()
public void setCalclationType(Property.CalclationTypes value)
value
- public void setPropertyType(Property.PropertyTypes value)
value
- PropertyTypepublic Property.PropertyTypes getPropertyType()
public void setSortType(Property.SortTypes value)
value
- SortTypepublic Property.SortTypes getSortType()
public void setCalculationType(java.lang.String value)
value
- CalculationTypepublic Property.CalclationTypes getCalculationType()
public static java.lang.String propertyTypeString(Property.PropertyTypes value)
public static Property.PropertyTypes parsePropertyType(java.lang.String value) throws java.text.ParseException
java.text.ParseException
public static java.lang.String calclationTypeString(Property.CalclationTypes value)
public static Property.CalclationTypes parseCalclationType(java.lang.String value) throws java.text.ParseException
java.text.ParseException
public static java.lang.String sortTypeString(Property.SortTypes value)
public static Property.SortTypes parseSortType(java.lang.String value) throws java.text.ParseException
java.text.ParseException
public static java.lang.String dataTypeString(Property.DataTypes value)
public static Property.DataTypes parseDataType(java.lang.String value) throws java.text.ParseException
java.text.ParseException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |