public class ClientRegionShortcutConverter extends ObjectSE implements Converter<StringSE,org.apache.geode.cache.client.ClientRegionShortcut>
Converter
, ClientRegionShortcut
コンストラクターと説明 |
---|
ClientRegionShortcutConverter() |
修飾子と型 | メソッドと説明 |
---|---|
org.apache.geode.cache.client.ClientRegionShortcut | convert(StringSE source) クライアント領域ショートカットのソース文字列表現を ClientRegionShortcut 列挙値に変換します。 |
protected static StringSE | toUpperCase(StringSE value) すべての空白を削除して、文字列値を大文字に変換します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
protected static StringSE toUpperCase(StringSE value)
value
- トリムされた大文字の値に変換する文字列。String.toUpperCase()
SE, String.trim()
SE, String.valueOf(Object)
SEpublic org.apache.geode.cache.client.ClientRegionShortcut convert(StringSE source)
Converter<StringSE,org.apache.geode.cache.client.ClientRegionShortcut>
の convert
source
- 変換するクライアント領域ショートカットの文字列表現。IllegalArgumentExceptionSE
- 文字列ソースが有効な ClientRegionShortcut 列挙値でない場合。ClientRegionShortcut.valueOf(String)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.