<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bose999</author_name>
  <author_url>https://blog.hatena.ne.jp/bose999/</author_url>
  <blog_title>bose999の試験管の中の話</blog_title>
  <blog_url>https://bose999.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>enumに値を定義し、メソッドを定義してその値を取得する。 /** * ステータス * * @author bose999 * */ public enum Status { /** * 失敗 */ FALSE(0), /** * 成功 */ SUCCESS(1); /** * ENUMの実際の値 */ private int value = 0; /** * コンストラクタ * * @param value int */ private Status(int value) { this.value = value; } /** * ENUMの値取得 * * @return int */ pu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbose999.hatenablog.com%2Fentry%2F20100816%2F1281932300&quot; title=&quot;enumの値を取得する - bose999の試験管の中の話&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-08-16 13:18:20</published>
  <title>enumの値を取得する</title>
  <type>rich</type>
  <url>https://bose999.hatenablog.com/entry/20100816/1281932300</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
