This commit is contained in:
crusader
2018-06-11 23:30:01 +09:00
parent d80635dd57
commit 92371d6df5
2 changed files with 5 additions and 1 deletions

View File

@@ -68,6 +68,10 @@ public class MetaIPType {
this.value = value;
}
public Short getValue() {
return this.value;
}
public MetaIPType to() {
return new MetaIPType(this.value);
}