クラス MetadataAttribute
- java.lang.Object
-
- com.kazurayam.materialstore.core.metadata.MetadataAttribute
-
- すべての実装されたインタフェース:
Jsonifiable
,TemplateReady
,java.lang.Comparable<MetadataAttribute>
public final class MetadataAttribute extends java.lang.Object implements java.lang.Comparable<MetadataAttribute>, Jsonifiable, TemplateReady
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 MetadataAttribute(java.lang.String k, java.lang.String v)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 int
compareTo(MetadataAttribute other)
boolean
equals(java.lang.Object obj)
java.lang.String
getKey()
SemanticVersionMatcherResult
getSemanticVersionMatcherResult()
java.lang.String
getValue()
int
hashCode()
boolean
isIdentifiedByValue()
boolean
isIgnoredByKey()
boolean
isMatchedByAster()
boolean
isMatchedIndividually()
boolean
isPaired()
void
setIdentifiedByValue(boolean b)
void
setIgnoredByKey(boolean b)
void
setMatchedByAster(boolean b)
void
setMatchedIndividually(boolean b)
void
setPaired(boolean b)
void
setSemanticVersionMatcherResult(SemanticVersionMatcherResult result)
java.lang.String
toJson()
java.lang.String
toJson(boolean prettyPrint)
java.lang.String
toString()
-
インタフェースから継承されたメソッド com.kazurayam.materialstore.core.TemplateReady
toTemplateModel, toTemplateModelAsJson, toTemplateModelAsJson
-
-
-
-
メソッドの詳細
-
setIgnoredByKey
public void setIgnoredByKey(boolean b)
-
setIdentifiedByValue
public void setIdentifiedByValue(boolean b)
-
setMatchedByAster
public void setMatchedByAster(boolean b)
-
setMatchedIndividually
public void setMatchedIndividually(boolean b)
-
setPaired
public void setPaired(boolean b)
-
setSemanticVersionMatcherResult
public void setSemanticVersionMatcherResult(SemanticVersionMatcherResult result)
-
getKey
public java.lang.String getKey()
-
getValue
public java.lang.String getValue()
-
isIgnoredByKey
public boolean isIgnoredByKey()
-
isIdentifiedByValue
public boolean isIdentifiedByValue()
-
isMatchedByAster
public boolean isMatchedByAster()
-
isMatchedIndividually
public boolean isMatchedIndividually()
-
isPaired
public boolean isPaired()
-
getSemanticVersionMatcherResult
public SemanticVersionMatcherResult getSemanticVersionMatcherResult()
-
equals
public boolean equals(java.lang.Object obj)
- オーバーライド:
equals
クラス内java.lang.Object
-
hashCode
public int hashCode()
- オーバーライド:
hashCode
クラス内java.lang.Object
-
toString
public java.lang.String toString()
- オーバーライド:
toString
クラス内java.lang.Object
-
toJson
public java.lang.String toJson(boolean prettyPrint)
- 定義:
toJson
インタフェース内Jsonifiable
-
toJson
public java.lang.String toJson()
- 定義:
toJson
インタフェース内Jsonifiable
-
compareTo
public int compareTo(MetadataAttribute other)
- 定義:
compareTo
インタフェース内java.lang.Comparable<MetadataAttribute>
-
-