public class FixedMetadataValue extends LazyMetadataValue
This class extends LazyMetadataValue for historical reasons, even though it overrides all the implementation methods. it is possible that in the future that the inheritance hierarchy may change.
LazyMetadataValue.CacheStrategyowningPlugin| コンストラクタと説明 |
|---|
FixedMetadataValue(Plugin owningPlugin,
Object value)
Initializes a FixedMetadataValue with an Object
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
invalidate()
Invalidates this metadata item, forcing it to recompute when next
accessed.
|
Object |
value()
Fetches the value of this metadata item.
|
asBoolean, asByte, asDouble, asFloat, asInt, asLong, asShort, asString, getOwningPluginclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasBoolean, asByte, asDouble, asFloat, asInt, asLong, asShort, asString, getOwningPluginpublic void invalidate()
MetadataValueinvalidate インタフェース内 MetadataValueinvalidate クラス内 LazyMetadataValuepublic Object value()
MetadataValuevalue インタフェース内 MetadataValuevalue クラス内 LazyMetadataValueCopyright © 2016. All rights reserved.